scripts: logging: dictionary: mipi_syst: Format imports
Fix format issue reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
57df7883b9
commit
5759f5584e
2 changed files with 0 additions and 4 deletions
|
@ -568,9 +568,6 @@
|
|||
"UP036", # https://docs.astral.sh/ruff/rules/outdated-version-block
|
||||
"UP038", # https://docs.astral.sh/ruff/rules/non-pep604-isinstance
|
||||
]
|
||||
"./scripts/logging/dictionary/dictionary_parser/mipi_syst.py" = [
|
||||
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
|
||||
]
|
||||
"./scripts/logging/dictionary/dictionary_parser/utils.py" = [
|
||||
"UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes
|
||||
]
|
||||
|
|
|
@ -10,7 +10,6 @@ Utilities for MIPI Sys-T Collateral XML data
|
|||
|
||||
from xml.sax.saxutils import escape
|
||||
|
||||
|
||||
XML_HEADER = """
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<syst:Collateral xmlns:syst="http://www.mipi.org/1.0/sys-t"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue