Skip to content

Commit

Permalink
lint(aws): add return expression pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed May 22, 2024
1 parent 066cb44 commit a30904c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fig/backends/aws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def __init__(self):
def is_relevant(self, falcon_event):
if falcon_event.cloud_provider is not None:
return falcon_event.cloud_provider[:3].upper() == 'AWS'
return False

def process(self, falcon_event):
Submitter(falcon_event).submit()
Expand Down

0 comments on commit a30904c

Please sign in to comment.