Skip to content

Commit

Permalink
Remove AuthorizationError
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Aug 2, 2016
1 parent 8314fc4 commit 1242f1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ptwit.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def get_value(self, key, args, kwargs):
return None


class AuthorizationError(Exception):
"""Application error."""
pass


def fetch_access_token(client_key, client_secret):
"""Fetch twitter access token using oauthlib."""

Expand Down

0 comments on commit 1242f1b

Please sign in to comment.