Skip to content

Commit 6d544ce

Browse files
committed
Fix linting
1 parent 93780dc commit 6d544ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testing/test_remote.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,4 @@ def test(get_config_parser, request):
457457

458458
result = testdir.runpytest_subprocess("-n1")
459459
assert result.ret == 1
460-
result.stdout.fnmatch_lines(
461-
["*usage: *", "*error: my_usage_error"]
462-
)
460+
result.stdout.fnmatch_lines(["*usage: *", "*error: my_usage_error"])

0 commit comments

Comments
 (0)