Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
t2b committed May 21, 2024
1 parent 95e6b30 commit 7b5e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn_lint_ax/rules/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_resources_with_tags(self, region: str) -> list[str]:

return matches

def expeted_detail_tag_values(
def expeted_detail_tag_values( # pylint: disable=too-many-return-statements
self, resource_name: str, resource_obj: dict[str, object], cfn: Template
) -> set[str]:
if cfn.has_serverless_transform():
Expand Down

0 comments on commit 7b5e3f2

Please sign in to comment.