Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Jun 6, 2024
1 parent 32c5bf6 commit 5aa7176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zksync2/account/wallet_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
from zksync2.manage_contracts.utils import (
zksync_abi_default,
nonce_holder_abi_default,
l2_bridge_abi_default, l2_shared_bridge_abi_default,
l2_bridge_abi_default,
l2_shared_bridge_abi_default,
)
from zksync2.module.response_types import ZksAccountBalances
from zksync2.signer.eth_signer import PrivateKeyEthSigner
Expand Down

0 comments on commit 5aa7176

Please sign in to comment.