Skip to content

Commit 309db01

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 113897c commit 309db01

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)