Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jun 11, 2024
1 parent f94779e commit 788d9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boa_zksync/deployer.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from functools import cached_property
from pathlib import Path

from boa import Env, BoaError
from boa import BoaError, Env
from boa.contracts.abi.abi_contract import ABIContractFactory, ABIFunction
from boa.network import _EstimateGasFailed
from boa.util.abi import Address

from boa_zksync.compile import compile_zksync, compile_zksync_source
from boa_zksync.contract import ZksyncContract
from boa_zksync.util import ZERO_ADDRESS
from boa_zksync.types import ZksyncCompilerData, ZksyncComputation
from boa_zksync.util import ZERO_ADDRESS


class ZksyncDeployer(ABIContractFactory):
Expand Down

0 comments on commit 788d9f1

Please sign in to comment.