Skip to content

Commit e27cd77

Browse files
committed
chore: black formatting
1 parent 57b8f34 commit e27cd77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cryptojwt/jwt.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +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-
f"both msg_cls and iss2msg are None for the issuer {_info['iss']}"
379-
)
377+
LOGGER.debug(f"both msg_cls and iss2msg are None for the issuer {_info['iss']}")
380378

381379
if _msg_cls:
382380
vp_args = {"skew": self.skew}

0 commit comments

Comments
 (0)