Skip to content

Commit 377a476

Browse files
Lint to apply line wrapping (one character over limit)
1 parent f725803 commit 377a476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cf/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@
217217
_minimum_vn = "2025.5.1"
218218
if Version(distributed.__version__) < Version(_minimum_vn):
219219
raise ValueError(
220-
f"Bad distributed version: cf requires distributed>={_minimum_vn}. "
220+
"Bad distributed version: cf requires "
221+
f"distributed>={_minimum_vn}. "
221222
f"Got {distributed.__version__} at {distributed.__file__}"
222223
)
223224

0 commit comments

Comments
 (0)