diff --git a/.ci/requirements-mypy.txt b/.ci/requirements-mypy.txt index 447856433..6ca35d286 100644 --- a/.ci/requirements-mypy.txt +++ b/.ci/requirements-mypy.txt @@ -1,4 +1,6 @@ mypy==1.18.2 +arro3-compute +arro3-core IceSpringPySideStubs-PyQt6 IceSpringPySideStubs-PySide6 ipython diff --git a/Tests/test_arro3.py b/Tests/test_arro3.py index 60955cfdb..672eedc9b 100644 --- a/Tests/test_arro3.py +++ b/Tests/test_arro3.py @@ -16,8 +16,8 @@ from .helper import ( 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,