Skip to content

Commit 603bb35

Browse files
committed
Remove leftover assignment
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent b0bea75 commit 603bb35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cryptojwt/key_bundle.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,9 @@ def do_remote(self):
421421
if hasattr(_http_resp, "headers"):
422422
headers = getattr(_http_resp, "headers")
423423
self.last_remote = headers.get("last-modified") or headers.get("date")
424-
425424
elif not_modified:
426425
LOGGER.debug("%s not modified since %s", self.source, self.last_remote)
427426
self.time_out = time.time() + self.cache_time
428-
res = False
429-
430427
else:
431428
LOGGER.warning(
432429
"HTTP status %d reading remote JWKS from %s",

0 commit comments

Comments
 (0)