Skip to content

Commit 47e9b5b

Browse files
committed
fix CI
1 parent 93f2591 commit 47e9b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array_api_extra/_delegation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Delegation to existing implementations for Public API Functions."""
22

33
from types import ModuleType
4+
from typing import Literal
45

56
from ._lib import Backend, _funcs
67
from ._lib._utils._compat import array_namespace

0 commit comments

Comments
 (0)