Remove trailing whitespace

This commit is contained in:
Alex Adamson
2019-01-10 15:50:25 -05:00
parent 0ee219dc48
commit 242c009866

View File

@@ -825,7 +825,7 @@ class TestWarnings:
# The socket itself will end up attached as a value in # The socket itself will end up attached as a value in
# _WARNING_DETAIL. We need to test that it is not serialized # _WARNING_DETAIL. We need to test that it is not serialized
# (it can't be, so the test will fail if we try to). # (it can't be, so the test will fail if we try to).
@pytest.mark.filterwarnings('always') @pytest.mark.filterwarnings('always')
def test_func(tmpdir): def test_func(tmpdir):
abuse_socket() abuse_socket()
gc.collect() gc.collect()