Skip to content

Commit ca6efac

Browse files
authored
Fix pyarrow FileInfo import (#9078)
1 parent bf499a2 commit ca6efac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/protocol/arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
import pyarrow
3+
import pyarrow.fs
44

55
from distributed.protocol.serialize import dask_deserialize, dask_serialize
66

0 commit comments

Comments
 (0)