Skip to content

Commit

Permalink
Remove unused imports in tokens.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrozdanic authored and 50-Course committed Jan 12, 2025
1 parent bfb27ce commit 6511962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_simplejwt/tokens.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import datetime, timedelta
from typing import TYPE_CHECKING, Any, Dict, Generic, Optional, Type, TypeVar
from typing import TYPE_CHECKING, Any, Generic, Optional, TypeVar
from uuid import uuid4

from django.conf import settings
Expand Down

0 comments on commit 6511962

Please sign in to comment.