Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Nov 22, 2024
1 parent f0ca93e commit 3390d38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions boa/interpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
import vvm
import vyper
from packaging.version import Version
from vvm.utils.versioning import (
detect_version_specifier_set,
_pick_vyper_version,
)
from vvm.utils.versioning import _pick_vyper_version, detect_version_specifier_set
from vyper.ast.parse import parse_to_ast
from vyper.cli.vyper_compile import get_search_paths
from vyper.compiler.input_bundle import (
Expand Down

0 comments on commit 3390d38

Please sign in to comment.