Skip to content

Commit c721f3d

Browse files
committed
Remove duplicate __all__ definition from _info.py
1 parent beb95ae commit c721f3d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

array_api_strict/_info.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
from __future__ import annotations
22

3-
__all__ = [
4-
"__array_namespace_info__",
5-
"capabilities",
6-
"default_device",
7-
"default_dtypes",
8-
"devices",
9-
"dtypes",
10-
]
11-
123
from typing import TYPE_CHECKING
134

145
if TYPE_CHECKING:

0 commit comments

Comments
 (0)