Skip to content

Commit

Permalink
Remove this unused Literal import.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578688153
  • Loading branch information
yilei authored and Copybara-Service committed Nov 2, 2023
1 parent 5fd9550 commit 5edc4e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pyink/ink.py
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 5edc4e2

Please sign in to comment.