We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313a54b commit eac6217Copy full SHA for eac6217
1 file changed
distributed/protocol/arrow.py
@@ -6,8 +6,7 @@
6
7
if int(pyarrow.__version__.split(".")[0]) < 16:
8
raise ImportError(
9
- "Need pyarrow >= 16.0. "
10
- "See https://arrow.apache.org/docs/python/install.html"
+ "Need pyarrow >=16.0. See https://arrow.apache.org/docs/python/install.html"
11
)
12
13
0 commit comments