From 6d544cef9acc0c7ed378e4795a877e716f9cd72c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 15 Feb 2019 08:37:57 -0200 Subject: [PATCH] Fix linting --- testing/test_remote.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/test_remote.py b/testing/test_remote.py index 65ff6ac..c134a9e 100644 --- a/testing/test_remote.py +++ b/testing/test_remote.py @@ -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"])