Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Nov 21, 2023
1 parent cf7552e commit 13ccfba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fgpyo/util/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
from typing import Type
from typing import Union

try: # py>=38
import sys
if sys.version_info >= (3, 8):
from typing import Literal
except ImportError: # py<38
else:
from typing_extensions import Literal

import functools
Expand Down

0 comments on commit 13ccfba

Please sign in to comment.