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.
2 parents 5ee57e4 + ef323ab commit 994a9deCopy full SHA for 994a9de
.ci/requirements-mypy.txt
@@ -1,4 +1,6 @@
1
mypy==1.18.2
2
+arro3-compute
3
+arro3-core
4
IceSpringPySideStubs-PyQt6
5
IceSpringPySideStubs-PySide6
6
ipython
Tests/test_arro3.py
@@ -16,8 +16,8 @@
16
17
TYPE_CHECKING = False
18
if TYPE_CHECKING:
19
- from arro3 import compute # type: ignore [import-not-found]
20
- from arro3.core import ( # type: ignore [import-not-found]
+ from arro3 import compute
+ from arro3.core import (
21
Array,
22
DataType,
23
Field,
0 commit comments