We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113897c commit 309db01Copy full SHA for 309db01
src/pytest_cpp/catch2.py
@@ -3,7 +3,8 @@
3
import os
4
import subprocess
5
import tempfile
6
-from typing import Optional, Sequence
+from typing import Optional
7
+from typing import Sequence
8
from xml.etree import ElementTree
9
10
import pytest
0 commit comments