We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df9aa8 commit effc041Copy full SHA for effc041
array_api_compat/dask/array/linalg.py
@@ -16,6 +16,7 @@
16
from typing import TYPE_CHECKING
17
if TYPE_CHECKING:
18
from ...common._typing import Array
19
+ from typing import Literal
20
21
# dask.array.linalg doesn't have __all__. If it is added, replace this with
22
#
0 commit comments