Skip to content

Commit a850657

Browse files
committed
fix formatting
1 parent abacb4d commit a850657

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
@@ -417,7 +417,9 @@ def do_remote(self):
417417

418418
else:
419419
LOGGER.warning(
420-
"HTTP status %d reading remote JWKS from %s", _http_resp.status_code, self.source,
420+
"HTTP status %d reading remote JWKS from %s",
421+
_http_resp.status_code,
422+
self.source,
421423
)
422424
self.last_error = time.time()
423425
raise UpdateFailed(REMOTE_FAILED.format(self.source, _http_resp.status_code))

0 commit comments

Comments
 (0)