Skip to content

Commit

Permalink
Remove this unused Literal import.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578686497
  • Loading branch information
yilei authored and copybara-github committed Nov 2, 2023
1 parent 5fd9550 commit e031a40
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pyink/ink.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
Iterator,
)

if sys.version_info < (3, 8):
from typing_extensions import Literal
else:
from typing import Literal

from blib2to3.pgen2.token import ASYNC, NEWLINE, STRING
from blib2to3.pytree import type_repr
from pyink.mode import Quote
Expand Down

0 comments on commit e031a40

Please sign in to comment.