Skip to content

Commit 437d73a

Browse files
committed
Fix __all__
1 parent 54dbd58 commit 437d73a

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
@@ -1103,4 +1103,4 @@ def where(condition, x=None, y=None, /, copy: bool | None = True):
11031103
"where",
11041104
]
11051105

1106-
_all_ignore = ['sys', 'math', 'inspect', 'warnings']
1106+
_all_ignore = ['inspect', 'math', 'operator', 'warnings', 'sys']

0 commit comments

Comments
 (0)