Skip to content

Commit 1850e17

Browse files
committed
black
1 parent e5c1faf commit 1850e17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pandas-stubs/io/orc.pyi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
from typing import Any
22

3-
from fsspec.spec import (
4-
AbstractFileSystem, # pyright: ignore[reportMissingTypeStubs]; pyright: ignore[reportUnknownVariableType]
5-
)
63
from pandas import DataFrame
74
from pyarrow.fs import FileSystem
85

@@ -14,6 +11,10 @@ from pandas._typing import (
1411
ReadBuffer,
1512
)
1613

14+
from fsspec.spec import ( # pyright: ignore[reportMissingTypeStubs] # isort: skip
15+
AbstractFileSystem, # pyright: ignore[reportUnknownVariableType]
16+
)
17+
1718
def read_orc(
1819
path: FilePath | ReadBuffer[bytes],
1920
columns: list[HashableT] | None = None,

0 commit comments

Comments
 (0)