Skip to content

Commit 9249e24

Browse files
committed
isorted and blackend
1 parent b4cb0ce commit 9249e24

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/cryptojwt/key_jar.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -688,11 +688,12 @@ def dumps(self, exclude_issuers: Optional[List[str]] = None):
688688
_dict = self.dump(exclude_issuers=exclude_issuers)
689689
return json.dumps(_dict)
690690

691-
def load(self,
692-
info: dict,
693-
init_args: Optional[dict] = None,
694-
load_args: Optional[dict] = None,
695-
):
691+
def load(
692+
self,
693+
info: dict,
694+
init_args: Optional[dict] = None,
695+
load_args: Optional[dict] = None,
696+
):
696697
"""
697698
698699
:param info: A dictionary with the information

0 commit comments

Comments
 (0)