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 99c4fd2 commit 86b5710Copy full SHA for 86b5710
tests/unit/test_python_version_support.py
@@ -165,9 +165,7 @@ def test_override_gapic_end_only():
165
result_before_boundary = check_python_version(
166
today=custom_gapic_end + datetime.timedelta(days=-1)
167
)
168
- assert (
169
- result_before_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
170
- )
+ assert result_before_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
171
172
result_at_boundary = check_python_version(today=custom_gapic_end)
173
assert result_at_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
0 commit comments