Fix linting errors

This commit is contained in:
Katie Smith
2021-02-16 09:03:38 +00:00
parent 64ed50da17
commit 6b8ebb3421
11 changed files with 26 additions and 22 deletions

View File

@@ -134,7 +134,7 @@ class CBCProxyClientBase(ABC):
InvocationType='RequestResponse',
Payload=payload_bytes,
)
except botocore.exceptions.ClientError as exc:
except botocore.exceptions.ClientError:
current_app.logger.exception(f'Boto ClientError calling lambda {lambda_name}')
success = False
return success