Skip to content

Commit

Permalink
Fix yet another bug caused by Python versions hellfire
Browse files Browse the repository at this point in the history
  • Loading branch information
izxxr committed Sep 25, 2023
1 parent 11d548b commit 3a6260f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oblate/type_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
Literal,
Dict,
Mapping,
get_type_hints,
get_origin,
get_args,
)
from typing_extensions import Required, NotRequired, is_typeddict
from typing_extensions import Required, NotRequired, is_typeddict, get_type_hints
from oblate.exceptions import OblateException

import types
Expand Down

0 comments on commit 3a6260f

Please sign in to comment.