Skip to content

Commit

Permalink
fixes #1049: Literal appears on Py3.8 and in addition is never used
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 20, 2024
1 parent b56bf9d commit 6ab6c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
from io import StringIO, TextIOWrapper
from types import ModuleType
from typing import (Any, ByteString, Callable, Dict, Generator, Iterable,
Iterator, List, Literal, NoReturn, Optional, Sequence, Set, Tuple, Type,
Iterator, List, NoReturn, Optional, Sequence, Set, Tuple, Type,
Union, TYPE_CHECKING)
from urllib.request import urlopen

Expand Down

0 comments on commit 6ab6c52

Please sign in to comment.