Skip to content

Commit

Permalink
Fix lint nags
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Jan 1, 2021
1 parent 4d4e897 commit 51beb98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions s2cell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@

class InvalidCellID(Exception):
"""Exception type for invalid cell IDs."""
pass


class InvalidToken(Exception):
"""Exception type for invalid tokens."""
pass


#
Expand Down

0 comments on commit 51beb98

Please sign in to comment.