Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and ionelmc committed Mar 18, 2024
1 parent 6aefc1d commit ead3f1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pytest_cov.py
Expand Up @@ -6,6 +6,7 @@
import re
import subprocess
import sys
from io import StringIO
from itertools import chain

import coverage
Expand All @@ -20,8 +21,6 @@

import pytest_cov.plugin

from io import StringIO

coverage, platform # required for skipif mark on test_cov_min_from_coveragerc

max_worker_restart_0 = '--max-worker-restart=0'
Expand Down

0 comments on commit ead3f1a

Please sign in to comment.