Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2025
1 parent 0047afc commit ba5ec78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest_framework_simplejwt/backends.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from functools import cached_property
import json
from collections.abc import Iterable
from datetime import timedelta
from functools import cached_property
from typing import Any, Optional, Union

import jwt
Expand Down Expand Up @@ -64,7 +64,7 @@ def __init__(

self.leeway = leeway
self.json_encoder = json_encoder

@cached_property
def signing_key(self) -> Any:
jws_alg = jwt.PyJWS().get_algorithm_by_name(self.algorithm)
Expand Down

0 comments on commit ba5ec78

Please sign in to comment.