Skip to content

Commit 4f6ef6d

Browse files
STY: give the = some breathing room
Co-authored-by: Lucas Colley <[email protected]>
1 parent 4278dfb commit 4f6ef6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/common/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# TODO: import from typing (requires Python >=3.13)
4141
from typing_extensions import TypeIs, TypeVar
4242

43-
_SizeT = TypeVar("_SizeT", bound=int | None)
43+
_SizeT = TypeVar("_SizeT", bound = int | None)
4444

4545
_ZeroGradientArray: TypeAlias = npt.NDArray[np.void]
4646
_CupyArray: TypeAlias = Any # cupy has no py.typed

0 commit comments

Comments
 (0)