Skip to content

Commit

Permalink
Removed unnecessary pass statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Srishti-Ahuja committed Oct 9, 2021
1 parent 8e8f850 commit c62e5a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion credentials.py
Expand Up @@ -4,7 +4,6 @@

class VaultError(Exception):
"""Vault Exception."""
pass


class Credentials():
Expand Down
1 change: 0 additions & 1 deletion historic_twitter_data.py
Expand Up @@ -7,7 +7,6 @@

class HistoricTweetError(Exception):
"""Historic Twitter Data Exception."""
pass


def _get_historic_tweets(api, keyword, json_file_name, num_of_tweets):
Expand Down

0 comments on commit c62e5a5

Please sign in to comment.