diff --git a/.ruff-excludes.toml b/.ruff-excludes.toml index 179b463c8d8..2505b88549b 100644 --- a/.ruff-excludes.toml +++ b/.ruff-excludes.toml @@ -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 diff --git a/scripts/logging/dictionary/dictionary_parser/log_parser.py b/scripts/logging/dictionary/dictionary_parser/log_parser.py index b95274b2285..4df5dbb0d05 100644 --- a/scripts/logging/dictionary/dictionary_parser/log_parser.py +++ b/scripts/logging/dictionary/dictionary_parser/log_parser.py @@ -9,6 +9,7 @@ Abstract Class for Dictionary-based Logging Parsers """ import abc + from colorama import Fore from .data_types import DataTypes