Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed May 29, 2024
1 parent bd5d9d2 commit e72c354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/near_lake_framework/s3_fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e72c354

Please sign in to comment.