Fix linting

This commit is contained in:
Bruno Oliveira
2019-02-15 08:37:57 -02:00
parent 93780dcccc
commit 6d544cef9a

View File

@@ -457,6 +457,4 @@ def test_remote_usage_prog(testdir, request):
result = testdir.runpytest_subprocess("-n1")
assert result.ret == 1
result.stdout.fnmatch_lines(
["*usage: *", "*error: my_usage_error"]
)
result.stdout.fnmatch_lines(["*usage: *", "*error: my_usage_error"])