We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225e91b commit 7f3899dCopy full SHA for 7f3899d
1 file changed
hamilton/htypes.py
@@ -2,8 +2,7 @@
2
import sys
3
import typing
4
from typing import (
5
- Any, Generic, Iterable, List, Optional, Protocol, Tuple, Type, TypeVar,
6
- Union)
+ Any, Iterable, Optional, Protocol, Tuple, Type, TypeVar, Union)
7
8
import typing_inspect
9
0 commit comments