Skip to content

Commit 8c8da0e

Browse files
committed
STY: fix E203 flake8 error
1 parent c0dfb8e commit 8c8da0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/fromnumeric.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def argmax(
394394
@overload
395395
def argmax(
396396
a: ArrayLike,
397-
axis: SupportsIndex | None ,
397+
axis: SupportsIndex | None,
398398
out: _ArrayT,
399399
*,
400400
keepdims: bool = ...,

0 commit comments

Comments
 (0)