chore(get_tagged_resources): Add return value type hint (#3860)

Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Matt Merchant
2024-04-26 08:23:16 -05:00
committed by GitHub
parent 27bb05fedc
commit 899b2f8eb6
+1 -1
View File
@@ -630,7 +630,7 @@ class AwsProvider(Provider):
audited_regions.add(region)
return audited_regions
def get_tagged_resources(self, input_resource_tags: list[str]):
def get_tagged_resources(self, input_resource_tags: list[str]) -> list[str]:
"""
Returns a list of the resources that are going to be scanned based on the given input tags.