scripts: logging: dictionary: log_parser: Format imports
Fix formatting issue reported by ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
4fdd6c6cdc
commit
03fbe7fb3f
2 changed files with 1 additions and 3 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/log_parser.py" = [
|
||||
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
|
||||
]
|
||||
"./scripts/logging/dictionary/dictionary_parser/log_parser_v1.py" = [
|
||||
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
|
||||
"UP030", # https://docs.astral.sh/ruff/rules/format-literals
|
||||
|
|
|
@ -9,6 +9,7 @@ Abstract Class for Dictionary-based Logging Parsers
|
|||
"""
|
||||
|
||||
import abc
|
||||
|
||||
from colorama import Fore
|
||||
|
||||
from .data_types import DataTypes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue