You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to quora package (in VS Code you can Ctrl + click to to get to quora package)
Fix both line 8, 9:
from .user import User, Activity
from .quora import Quora, try_cast_int
Next, go to user.py, in line 2: from .quora import try_cast_int
Finally, for those who are using Python 3.x, in that same user.py file, change line 14 to: reverse = dict((value, key) for key, value in enums.items())
I have a feeling I'm missing something very obvious, could someone please help?
The text was updated successfully, but these errors were encountered: