Skip to content

Commit d15aa72

Browse files
authored
ignore mypy on pymove/core/dask
1 parent 4887ff8 commit d15aa72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymove/core/dask.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""DaskMoveDataFrame class."""
2+
# mypy: ignore-errors
3+
24
from __future__ import annotations
35

46
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)