Skip to content

Commit 02e2ae8

Browse files
committed
Fix ruff errors
1 parent d7f8a3b commit 02e2ae8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/cli/cmd_validate/test_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for the XML validation process module."""
22

33
from pathlib import Path
4-
import re
54
from subprocess import CompletedProcess
65
from unittest.mock import AsyncMock, MagicMock, patch
76

tests/cli/cmd_validate/validate/test_cmd_validate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from collections.abc import Iterator
44
from os import PathLike
55
from pathlib import Path
6-
import re
76
from subprocess import CompletedProcess
87
import tempfile
98
from unittest.mock import AsyncMock, Mock, patch

0 commit comments

Comments
 (0)