Skip to content

Commit

Permalink
Bump all libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed May 24, 2024
1 parent 0c953ca commit b2ad3f9
Show file tree
Hide file tree
Showing 2 changed files with 472 additions and 364 deletions.
1 change: 0 additions & 1 deletion marvelous/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Session:
api_url = "http://gateway.marvel.com:80/v1/public/{}"

def __init__(self, public_key, private_key, cache=None):

self.public_key = public_key
self.private_key = private_key
self.cache = cache
Expand Down
Loading

0 comments on commit b2ad3f9

Please sign in to comment.