Skip to content

Commit

Permalink
minor Python style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Mar 31, 2023
1 parent c8f27bc commit 11af9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def dropContext(self):


@logger.attach
def proxy_request(event, context=None):
def proxy_request(event, *_):
"""
Handle API Gateway proxy request.
"""
Expand All @@ -138,7 +138,7 @@ def proxy_request(event, context=None):


@logger.attach
def reindex_bucket(event=None, context=None):
def reindex_bucket(*_):
"""
Reindex S3 bucket.
"""
Expand Down

0 comments on commit 11af9c9

Please sign in to comment.