Skip to content

Commit

Permalink
[CI] Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 26, 2022
1 parent 7925b0a commit 06f879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Expand Up @@ -82,7 +82,7 @@
from io import StringIO, TextIOWrapper
from types import ModuleType
from typing import (Any, ByteString, Callable, Dict, Generator, Iterable,
Iterator, List, NoReturn, Optional, Sequence, Tuple, Type,
Iterator, List, NoReturn, Optional, Sequence, Set, Tuple, Type,
Union)
from urllib.request import urlopen

Expand Down

0 comments on commit 06f879a

Please sign in to comment.