Skip to content

Commit eac6217

Browse files
committed
lint
1 parent 313a54b commit eac6217

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

distributed/protocol/arrow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
if int(pyarrow.__version__.split(".")[0]) < 16:
88
raise ImportError(
9-
"Need pyarrow >= 16.0. "
10-
"See https://arrow.apache.org/docs/python/install.html"
9+
"Need pyarrow >=16.0. See https://arrow.apache.org/docs/python/install.html"
1110
)
1211

1312

0 commit comments

Comments
 (0)