Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jose/jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
try:
from collections.abc import Mapping # Python3
except ImportError:
from collections import Mapping # Python2, will be depecrated in Python 3.8
from collections import Mapping # Python2, will be deprecated in Python 3.8
from datetime import datetime
from datetime import timedelta
from six import string_types
Expand Down