Skip to content

Commit 1d6e991

Browse files
committed
fix
1 parent 23f55d3 commit 1d6e991

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/functions/test_remote_function_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,7 @@ def test_get_updated_package_requirements_with_existing_cloudpickle():
243243
],
244244
)
245245
def test_get_python_version(is_compat, expected_version):
246-
"""
247-
Tests the python version string formatting for both standard and compat modes.
248-
"""
246+
"""Tests the python version for both standard and compat modes."""
249247
result = _utils.get_python_version(is_compat=is_compat)
250248
assert result == expected_version
251249

0 commit comments

Comments
 (0)