Skip to content

Commit

Permalink
refactor: remove unused lambda_client initialization in lambda_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
LokoMoloko98 committed Jan 19, 2025
1 parent 1ee5edd commit f81b23b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swift-lift-fare-calculation/swift-lift-fare-calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
print("Packages have imported successfully")

def lambda_handler(event, context):
lambda_client = boto3.client('lambda')
try:
print("Processing")

Expand Down

0 comments on commit f81b23b

Please sign in to comment.