Skip to content

Commit de23b27

Browse files
committed
🎨 ruff format
1 parent d389909 commit de23b27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/numpy-stubs/ma/core.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,13 @@ greater_equal: _MaskedBinaryOperation
916916
less: _MaskedBinaryOperation
917917
greater: _MaskedBinaryOperation
918918
logical_and: _MaskedBinaryOperation
919+
919920
def alltrue(target: ToGeneric_nd, axis: CanIndex | None = 0, dtype: _DTypeLikeBool | None = None) -> Incomplete: ...
921+
920922
logical_or: _MaskedBinaryOperation
923+
921924
def sometrue(target: ToGeneric_nd, axis: CanIndex | None = 0, dtype: _DTypeLikeBool | None = None) -> Incomplete: ...
925+
922926
logical_xor: _MaskedBinaryOperation
923927
bitwise_and: _MaskedBinaryOperation
924928
bitwise_or: _MaskedBinaryOperation

0 commit comments

Comments
 (0)