Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
omriyoffe-panw committed Aug 20, 2024
1 parent 2864c12 commit f9c3d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkov/cloudformation/cfn_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
return new_template # Return the new template even if there were no globals to apply

0 comments on commit f9c3d87

Please sign in to comment.