Skip to content

Commit b38303b

Browse files
committed
Merge branch 'catch3' of https://github.com/jnewb1/pytest-cpp into catch3
2 parents d776310 + 309db01 commit b38303b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pytest_cpp/catch2.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import os
44
import subprocess
55
import tempfile
6-
from typing import Optional, Sequence
6+
from typing import Optional
7+
from typing import Sequence
78
from xml.etree import ElementTree
89

910
import pytest

0 commit comments

Comments
 (0)