Skip to content

Commit

Permalink
Fix __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Nov 27, 2024
1 parent 54dbd58 commit 437d73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_compat/common/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,4 +1103,4 @@ def where(condition, x=None, y=None, /, copy: bool | None = True):
"where",
]

_all_ignore = ['sys', 'math', 'inspect', 'warnings']
_all_ignore = ['inspect', 'math', 'operator', 'warnings', 'sys']

0 comments on commit 437d73a

Please sign in to comment.