Skip to content

Commit 2dc79b4

Browse files
committed
chore: Ignore fsspec [import-untyped]
```py _fs.pyi:18: error: Skipping analyzing "fsspec": module is installed, but missing library stubs or py.typed marker [import-untyped] _fs.pyi:18: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports Found 1 error in 1 file (checked 64 source files) ``` - fsspec/filesystem_spec#625 - fsspec/filesystem_spec#1676
1 parent 02552b8 commit 2dc79b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyarrow-stubs/_fs.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else:
1515

1616
from typing import Union, overload
1717

18-
from fsspec import AbstractFileSystem
18+
from fsspec import AbstractFileSystem # type: ignore[import-untyped]
1919

2020
from .lib import NativeFile, _Weakrefable
2121

0 commit comments

Comments
 (0)