Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/requirements-mypy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
mypy==1.18.2
arro3-compute
arro3-core
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
Expand Down
4 changes: 2 additions & 2 deletions Tests/test_arro3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

TYPE_CHECKING = False
if TYPE_CHECKING:
from arro3 import compute # type: ignore [import-not-found]
from arro3.core import ( # type: ignore [import-not-found]
from arro3 import compute
from arro3.core import (
Array,
DataType,
Field,
Expand Down
Loading