From 5c8fee1c9c402cbd268edcdaca604d3c6138427d Mon Sep 17 00:00:00 2001 From: "T. Franzel" Date: Sun, 7 Apr 2024 12:38:35 +0200 Subject: [PATCH] make isort happy --- tests/contrib/test_simplejwt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/contrib/test_simplejwt.py b/tests/contrib/test_simplejwt.py index 8e184233..690414c4 100644 --- a/tests/contrib/test_simplejwt.py +++ b/tests/contrib/test_simplejwt.py @@ -8,7 +8,7 @@ try: from rest_framework_simplejwt.authentication import ( - JWTAuthentication, JWTStatelessUserAuthentication, JWTTokenUserAuthentication + JWTAuthentication, JWTStatelessUserAuthentication, JWTTokenUserAuthentication, ) from rest_framework_simplejwt.views import ( TokenObtainPairView, TokenObtainSlidingView, TokenRefreshView, TokenVerifyView,