Skip to content

Commit

Permalink
chore: black .
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent e42df5f commit ef846f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/_ydb/token_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def yield_thru_block(self, block) -> AsyncIterator["Task[TokenTransfer]"]:
async for task in self._objects_thru(block=block):
yield task
return

_logger_log(DEBUG, "%s yielding all objects thru block %s", (self, block))
async for task in self._objects_thru(block=block):
_logger_log(
Expand Down

0 comments on commit ef846f0

Please sign in to comment.