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 93f2591 commit 47e9b5bCopy full SHA for 47e9b5b
src/array_api_extra/_delegation.py
@@ -1,6 +1,7 @@
1
"""Delegation to existing implementations for Public API Functions."""
2
3
from types import ModuleType
4
+from typing import Literal
5
6
from ._lib import Backend, _funcs
7
from ._lib._utils._compat import array_namespace
0 commit comments