Skip to content

Commit 7f3899d

Browse files
committed
Added Parallelizable Subclass info to docs
1 parent 225e91b commit 7f3899d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hamilton/htypes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import sys
33
import typing
44
from typing import (
5-
Any, Generic, Iterable, List, Optional, Protocol, Tuple, Type, TypeVar,
6-
Union)
5+
Any, Iterable, Optional, Protocol, Tuple, Type, TypeVar, Union)
76

87
import typing_inspect
98

0 commit comments

Comments
 (0)