We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d776310 + 309db01 commit b38303bCopy full SHA for b38303b
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