Skip to content

Commit effc041

Browse files
committed
fix tests?
1 parent 9df9aa8 commit effc041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_compat/dask/array/linalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from typing import TYPE_CHECKING
1717
if TYPE_CHECKING:
1818
from ...common._typing import Array
19+
from typing import Literal
1920

2021
# dask.array.linalg doesn't have __all__. If it is added, replace this with
2122
#

0 commit comments

Comments
 (0)