We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af0a8d commit a0f7dceCopy full SHA for a0f7dce
jose/jwt.py
@@ -10,7 +10,7 @@
10
try:
11
from datetime import UTC # Preferred in Python 3.13+
12
except ImportError:
13
- from datetime import datetime, timedelta, timezone
+ from datetime import timezone
14
UTC = timezone.utc # Preferred in Python 3.12 and below
15
16
from jose import jws
0 commit comments