Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Jun 11, 2024
1 parent 65e3594 commit 54b0837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/accounting/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from hexbytes import HexBytes
from web3.types import Wei

from src.modules.accounting.third_phase.types import FormatList
from src.types import SlotNumber, Gwei, StakingModuleId


Expand Down
3 changes: 2 additions & 1 deletion src/providers/execution/contracts/staking_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def get_all_node_operator_digests(self, module: StakingModule, block_identifier:

logger.info({
'msg': f'Call `getAllNodeOperatorDigests({module.id})`.',
'value': response,
# Too long response
'value': len(response),
'block_identifier': repr(block_identifier),
})
return response
Expand Down

0 comments on commit 54b0837

Please sign in to comment.