Skip to content
Snippets Groups Projects
Commit c9d6b270 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep8'd

parent f3da81a0
Branches
Tags
1 merge request!175BUG: Request responses without the "Set-Cookie" header no longer overwrite the...
Pipeline #59911 passed
...@@ -284,7 +284,6 @@ def test_filter_by_identity(): ...@@ -284,7 +284,6 @@ def test_filter_by_identity():
assert len(r8.properties.filter_by_identity(name="C")) == 1 assert len(r8.properties.filter_by_identity(name="C")) == 1
assert len(r8.properties.filter_by_identity(pid=12)) == 1 assert len(r8.properties.filter_by_identity(pid=12)) == 1
with warnings.catch_warnings(record=True) as w: with warnings.catch_warnings(record=True) as w:
# Cause all warnings to always be triggered. # Cause all warnings to always be triggered.
warnings.simplefilter("always") warnings.simplefilter("always")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment