Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Feb 16, 2024
1 parent eaa6fae commit 186045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_cli/operators/hw_wallets/hw_wallet_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def sign_eip712(self, eip712_message: Dict, wallets: List[HwWallet]) -> HexBytes
:param wallets:
:return: Appended sorted signatures for all the provided wallets
"""
_, domain_hash, message_hash = eip712_encode(eip712_message)
_, domain_hash, message_hash = eip712_encode(eip712_message)
eip712_message_hash = eip712_encode_hash(eip712_message)
safe_signatures: List[SafeSignature] = []
for wallet in wallets:
Expand Down

0 comments on commit 186045e

Please sign in to comment.