Skip to content

Commit 86b5710

Browse files
committed
chore: lint
1 parent 99c4fd2 commit 86b5710

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_python_version_support.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ def test_override_gapic_end_only():
165165
result_before_boundary = check_python_version(
166166
today=custom_gapic_end + datetime.timedelta(days=-1)
167167
)
168-
assert (
169-
result_before_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
170-
)
168+
assert result_before_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
171169

172170
result_at_boundary = check_python_version(today=custom_gapic_end)
173171
assert result_at_boundary == PythonVersionStatus.PYTHON_VERSION_EOL

0 commit comments

Comments
 (0)