Skip to content

Commit 5759f55

Browse files
pdgendtkartben
authored andcommitted
scripts: logging: dictionary: mipi_syst: Format imports
Fix format issue reported by ruff. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 57df788 commit 5759f55

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.ruff-excludes.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,6 @@
568568
"UP036", # https://docs.astral.sh/ruff/rules/outdated-version-block
569569
"UP038", # https://docs.astral.sh/ruff/rules/non-pep604-isinstance
570570
]
571-
"./scripts/logging/dictionary/dictionary_parser/mipi_syst.py" = [
572-
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
573-
]
574571
"./scripts/logging/dictionary/dictionary_parser/utils.py" = [
575572
"UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes
576573
]

scripts/logging/dictionary/dictionary_parser/mipi_syst.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from xml.sax.saxutils import escape
1212

13-
1413
XML_HEADER = """
1514
<?xml version="1.0" encoding="utf-8"?>
1615
<syst:Collateral xmlns:syst="http://www.mipi.org/1.0/sys-t"

0 commit comments

Comments
 (0)