Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 6, 2021
1 parent 1ca04ff commit 4eeac6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypi_json/typehints.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
else: # pragma: no cover
try:
# 3rd party
from typing_extensions import TypedDict
import typing_extensions
TypedDict = typing_extensions.TypedDict
except ImportError:
TypedDict = dict

Expand Down

0 comments on commit 4eeac6f

Please sign in to comment.