Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 5, 2024
1 parent e032d72 commit 0982fd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ape_solidity/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
from ape.utils import cached_property, get_relative_path
from eth_pydantic_types import HexBytes
from eth_utils import add_0x_prefix, is_0x_prefixed
from ethpm_types import ASTNode, PackageManifest
from ethpm_types.ast import ASTClassification
from ethpm_types import PackageManifest
from ethpm_types.source import Compiler, Content
from packaging.specifiers import SpecifierSet
from packaging.version import Version
Expand Down
1 change: 0 additions & 1 deletion tests/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from ape import reverts
from ape.contracts import ContractContainer
from ape.exceptions import CompilerError
from ethpm_types.ast import ASTClassification
from packaging.version import Version
from pkg_resources import get_distribution
from requests.exceptions import ConnectionError
Expand Down

0 comments on commit 0982fd6

Please sign in to comment.