Skip to content

Commit a1310c0

Browse files
committed
🐛 import Unpack from typing_extensions...
1 parent eb012b4 commit a1310c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/static/accept/scalars.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from typing import Any, Literal, TypeAlias, Unpack
2-
from typing_extensions import assert_type
1+
from typing import Any, Literal, TypeAlias
2+
from typing_extensions import Unpack, assert_type
33

44
import numpy as np
55

0 commit comments

Comments
 (0)