Skip to content

Commit a126008

Browse files
committed
Fixed linting 2
1 parent ca1db22 commit a126008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ def test_no_summary():
735735
)
736736
result = testdir.runpytest("--no-summary")
737737
result.stdout.no_fnmatch_line("*= FAILURES =*")
738-
738+
739739
def test_showlocals(self, testdir):
740740
p1 = testdir.makepyfile(
741741
"""

0 commit comments

Comments
 (0)