Skip to content

Commit 09947d4

Browse files
committed
format
1 parent 6ac7c42 commit 09947d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cryptojwt/key_bundle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,9 @@ def do_remote(self):
415415

416416
else:
417417
LOGGER.warning(
418-
"HTTP status %d reading remote JWKS from %s", _http_resp.status_code, self.source,
418+
"HTTP status %d reading remote JWKS from %s",
419+
_http_resp.status_code,
420+
self.source,
419421
)
420422
self.ignore_errors_until = time.time() + self.ignore_errors_period
421423
raise UpdateFailed(REMOTE_FAILED.format(self.source, _http_resp.status_code))

0 commit comments

Comments
 (0)