Skip to content

Commit 7a315d8

Browse files
committed
Fix type again; think it's a given , = | in my brain
1 parent 62ede2b commit 7a315d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _copy_artifacts(source: Path, dest: Path, files: Iterable[str]):
188188

189189

190190
def _prepare_coverage_xml(
191-
session: Session, source: Path, cwd: Union[Path | None] = None
191+
session: Session, source: Path, cwd: Union[Path, None] = None
192192
) -> None:
193193
"""
194194
Prepare the coverage XML for input into Sonar

0 commit comments

Comments
 (0)