Skip to content

Commit 5821eb6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ed394f7 commit 5821eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_simplejwt/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import hashlib
22
import logging
33
from calendar import timegm
4-
from datetime import datetime, timezone
54
from collections.abc import Callable
5+
from datetime import datetime, timezone
66

77
from django.conf import settings
88
from django.utils.functional import lazy

0 commit comments

Comments
 (0)