From f9c3d87061ffddf4e8886c23b6ba6fd893bad2c7 Mon Sep 17 00:00:00 2001 From: Omri Yoffe Date: Tue, 20 Aug 2024 12:08:28 +0300 Subject: [PATCH] linting --- checkov/cloudformation/cfn_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkov/cloudformation/cfn_utils.py b/checkov/cloudformation/cfn_utils.py index d7403c04afa..083c737a2f4 100644 --- a/checkov/cloudformation/cfn_utils.py +++ b/checkov/cloudformation/cfn_utils.py @@ -11,7 +11,7 @@ from checkov.cloudformation.context_parser import ContextParser, ENDLINE, STARTLINE from checkov.cloudformation.parser import parse, TemplateSections from checkov.common.parallelizer.parallel_runner import parallel_runner -from checkov.common.parsers.node import DictNode, StrNode, ListNode +from checkov.common.parsers.node import DictNode, StrNode from checkov.common.runners.base_runner import filter_ignored_paths from checkov.runner_filter import RunnerFilter from checkov.common.models.consts import YAML_COMMENT_MARK @@ -278,4 +278,4 @@ def enrich_resources_with_globals(original_template: dict[str, Any]) -> dict[str logging.warning(f"Failed to create a new template with enriched resources: {e}") return original_template - return new_template # Return the new template even if there were no globals to apply \ No newline at end of file + return new_template # Return the new template even if there were no globals to apply