Skip to content

Commit

Permalink
ruff format all files
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrozdanic committed Jan 13, 2025
1 parent cffc052 commit da302bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
import jwt
import pytest
from django.test import TestCase
from jwt import PyJWS
from jwt import PyJWS, algorithms
from jwt import __version__ as jwt_version
from jwt import algorithms

from rest_framework_simplejwt.backends import JWK_CLIENT_AVAILABLE, TokenBackend
from rest_framework_simplejwt.exceptions import (
Expand Down

0 comments on commit da302bf

Please sign in to comment.