Skip to content

Commit b4ba66e

Browse files
committed
Add type-hints to adaptive/types.py
1 parent 9e52ecb commit b4ba66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adaptive/types.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
Float: TypeAlias = Union[float, np.float_]
1212
Int: TypeAlias = Union[int, np.int_]
1313
Real: TypeAlias = Union[Float, Int]
14+
Bool: TypeAlias = Union[bool, np.bool_]

0 commit comments

Comments
 (0)