Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iDutchy committed Oct 13, 2020
1 parent bd3653a commit 87a175e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file added dist/sr_api-1.1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sr_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .client import Client
from .client import Client, InputError, PremiumOnly
2 changes: 0 additions & 2 deletions sr_api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class PremiumOnly(Exception):
__slots__ = ()
pass

https://some-random-api.ml/premium/amongus

class Client:

__slots__ = ("_http_client", "key")
Expand Down

0 comments on commit 87a175e

Please sign in to comment.