Skip to content

Commit

Permalink
chore: deleted unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Oct 21, 2024
1 parent dff0441 commit 0c82504
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/aws/fix_plugin_aws/resource/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,6 @@ def set_findings(builder: GraphBuilder, resource_to_set: AwsResource, to_check:
"""
Set the assessment findings for the resource based on its ID or ARN.
"""
if not isinstance(resource_to_set, AwsResource):
return

id_or_arn = ""

if to_check == "arn":
Expand Down

0 comments on commit 0c82504

Please sign in to comment.