Skip to content

Commit 3edf2e9

Browse files
committed
try to satisfy linter
1 parent 24efa58 commit 3edf2e9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

tests/test_main.nt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ test_print_subprocess:
2222
> debug run.
2323
>
2424
-
25-
# Need to test the trace feature in a subprocess, because otherwise the
26-
# stack trace would include a bunch of pytest frames. These frames would
27-
# make the tests unreliable, because they could easily change between
25+
# Need to test the trace feature in a subprocess, because otherwise the
26+
# stack trace would include a bunch of pytest frames. These frames would
27+
# make the tests unreliable, because they could easily change between
2828
# different versions of python.
2929

3030
id: trace-call
@@ -107,5 +107,3 @@ test_print_subprocess:
107107
> /path/to/test.py:8 g
108108
> x: 42 (int)
109109
>
110-
111-

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from pathlib import Path
55
from subprocess import run
66

7-
import pytest
87
import parametrize_from_file as pff
8+
import pytest
99

1010
from devtools import Debug, debug
1111
from devtools.ansi import strip_ansi

0 commit comments

Comments
 (0)