Skip to content

Commit ead3f1a

Browse files
hugovkionelmc
authored andcommitted
Sort imports
1 parent 6aefc1d commit ead3f1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_pytest_cov.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import re
77
import subprocess
88
import sys
9+
from io import StringIO
910
from itertools import chain
1011

1112
import coverage
@@ -20,8 +21,6 @@
2021

2122
import pytest_cov.plugin
2223

23-
from io import StringIO
24-
2524
coverage, platform # required for skipif mark on test_cov_min_from_coveragerc
2625

2726
max_worker_restart_0 = '--max-worker-restart=0'

0 commit comments

Comments
 (0)