Skip to content

Commit

Permalink
Ignore response type
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Aug 19, 2024
1 parent ed98c3d commit 8a4096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/deploy/lambda_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def deploy_python_lambda_function_from_ecr(
try:
lambda_client.get_function(FunctionName=function_name) # type: ignore
# If we reach here, the function exists, so we update it
response = await update_with_backoff(
response = await update_with_backoff( # type: ignore
lambda_client.update_function_code, # type: ignore
FunctionName=function_name,
ImageUri=image_name,
Expand Down

0 comments on commit 8a4096b

Please sign in to comment.