Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jan 31, 2024
1 parent c68a62e commit 6b39b86
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions brownie/network/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@
from web3.datastructures import AttributeDict
from web3.types import LogReceipt

from brownie._config import (
BROWNIE_FOLDER,
CONFIG,
REQUEST_HEADERS,
_load_project_compiler_config,
)
from brownie._config import BROWNIE_FOLDER, CONFIG, REQUEST_HEADERS, _load_project_compiler_config
from brownie.convert.datatypes import Wei
from brownie.convert.normalize import format_input, format_output
from brownie.convert.utils import (
Expand All @@ -57,11 +52,10 @@
ContractNotFound,
UndeployedLibrary,
VirtualMachineError,
parse_errors_from_abi,
decode_typed_error,
parse_errors_from_abi,
)
from brownie.project import compiler, ethpm

from brownie.project.flattener import Flattener
from brownie.typing import AccountsType, TransactionReceiptType
from brownie.utils import color
Expand Down

0 comments on commit 6b39b86

Please sign in to comment.