diff --git a/src/near_lake_framework/s3_fetchers.py b/src/near_lake_framework/s3_fetchers.py index 317f37a..190ee10 100644 --- a/src/near_lake_framework/s3_fetchers.py +++ b/src/near_lake_framework/s3_fetchers.py @@ -75,7 +75,9 @@ async def fetch_shard_or_retry( else: traceback.print_exc() except EndpointConnectionError as e: - logging.error("EndpointConnectionError while fetching shard %s: %s", shard_key, e) + logging.error( + "EndpointConnectionError while fetching shard %s: %s", shard_key, e + ) traceback.print_exc() except asyncio.TimeoutError as e: logging.error("TimeoutError while fetching shard %s: %s", shard_key, e)