Skip to content

Commit 0080960

Browse files
committed
chore: black code format
1 parent 71c6520 commit 0080960

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cryptojwt/jwt.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,7 @@ def unpack(self, token):
374374
else:
375375
_msg_cls = self.iss2msg_cls.get(_info["iss"], None)
376376
if not _msg_cls:
377-
LOGGER.debug(
378-
"both msg_cls and iss2msg are None "
379-
f"for the issuer {_info['iss']}"
380-
)
377+
LOGGER.debug("both msg_cls and iss2msg are None " f"for the issuer {_info['iss']}")
381378

382379
if _msg_cls:
383380
vp_args = {"skew": self.skew}

0 commit comments

Comments
 (0)