Skip to content

Commit 4d4d536

Browse files
committed
Merge branch 'main' into rm-__array__
2 parents 6c3b7d6 + fe260b8 commit 4d4d536

25 files changed

+616
-233
lines changed

array_api_strict/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@
309309

310310
__all__ += ["all", "any"]
311311

312+
from ._array_object import Device
313+
__all__ += ["Device"]
314+
312315
# Helper functions that are not part of the standard
313316

314317
from ._flags import (

0 commit comments

Comments
 (0)