Skip to content

Commit b9423d8

Browse files
committed
Fix linting
1 parent 242c009 commit b9423d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def abuse_socket():
825825
# The socket itself will end up attached as a value in
826826
# _WARNING_DETAIL. We need to test that it is not serialized
827827
# (it can't be, so the test will fail if we try to).
828-
@pytest.mark.filterwarnings('always')
828+
@pytest.mark.filterwarnings('always')
829829
def test_func(tmpdir):
830830
abuse_socket()
831831
gc.collect()

0 commit comments

Comments
 (0)