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 Jul 16, 2024
1 parent 9946355 commit 59747a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest_framework_simplejwt/views.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from typing import Optional, Type

from django.utils.module_loading import import_string
from rest_framework import generics, status
from rest_framework import generics, serializers, status
from rest_framework.request import Request
from rest_framework.response import Response
from rest_framework.serializers import Serializer
from rest_framework import serializers

from .authentication import AUTH_HEADER_TYPES
from .exceptions import InvalidToken, TokenError
Expand Down

0 comments on commit 59747a9

Please sign in to comment.