Skip to content

Commit b8b53f9

Browse files
committed
import-not-found
1 parent 014f421 commit b8b53f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/test_arro3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
TYPE_CHECKING = False
1818
if TYPE_CHECKING:
19-
from arro3 import compute # type: ignore [import-not-found]
20-
from arro3.core import ( # type: ignore [import-not-found]
19+
from arro3 import compute
20+
from arro3.core import (
2121
Array,
2222
DataType,
2323
Field,

0 commit comments

Comments
 (0)