We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e726a commit 7a4e87fCopy full SHA for 7a4e87f
tests/integration/test_coverage.py
@@ -1,7 +1,9 @@
1
from __future__ import annotations
2
3
import subprocess
4
-from coverage_comment import coverage, subprocess as subprocess_module
+
5
+from coverage_comment import coverage
6
+from coverage_comment import subprocess as subprocess_module
7
8
9
def test_get_added_lines(
0 commit comments