Skip to content

Commit d698683

Browse files
committed
nit
1 parent 1a5481a commit d698683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
try:
6-
from .._array_api_compat_vendor import array_namespace, device
6+
from ..._array_api_compat_vendor import array_namespace, device
77
except ImportError:
88
from array_api_compat import array_namespace, device
99

0 commit comments

Comments
 (0)