aisayko / python-gtmetrix

A Python client library for GTmetrix REST API
MIT License
31 stars 14 forks source link

name 'GTmetrixInterface' is not defined #12

Open abhishekroy007 opened 6 years ago

abhishekroy007 commented 6 years ago

error

Can't resolve this error.

sourabhkt commented 5 years ago

@abhishekroy007 did you import GTmetrixInterface before using it?

from gtmetrix import * or from gtmetrix import GTmetrixInterface

if yes, can you please provide some more details?

hemansah commented 4 years ago

error

Can't resolve this error.

Did you resolve this error...? If yes , tell me how...?