oauth_callback_url cleanup #73
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is some old stuff in twython.py related to the detection of the callback_url parameter in the oauth2 library that is not needed anymore. These changes clean that up.
Not sure if/when @ryanmcgrath will accept this, but if he does, you can remove
import inspectas well; as it would be no longer needed.Good catch Michael, thanks!
Merged, thanks all around!