Skip to content

Commit

Permalink
isorted and blackend
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed May 14, 2021
1 parent b4cb0ce commit 9249e24
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/cryptojwt/key_jar.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,12 @@ def dumps(self, exclude_issuers: Optional[List[str]] = None):
_dict = self.dump(exclude_issuers=exclude_issuers)
return json.dumps(_dict)

def load(self,
info: dict,
init_args: Optional[dict] = None,
load_args: Optional[dict] = None,
):
def load(
self,
info: dict,
init_args: Optional[dict] = None,
load_args: Optional[dict] = None,
):
"""
:param info: A dictionary with the information
Expand Down

0 comments on commit 9249e24

Please sign in to comment.