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
I have a project that integrates oauthlib into the Pyramid framework. I based the client class for the tests on Twython.
I was updating it with typing support, and one of the linters picked this up. I think mypy. I traced it back to Twython, then audited your code and the repo's history -- and found the tickets where a bunch of this stuff was reorganized.
This error popped up while working on a project that subclasses this.
There is a backup function to invoke
self.callback_url
on the Twython class, however that attribute is never assigned or defined.Looking at the history of the project, I think this was marked for deprecation in 2011 and removed in 2013, but this reference somehow remained.
twython/twython/api.py
Lines 359 to 361 in 0c40560
The text was updated successfully, but these errors were encountered: