Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Nov 10, 2023
1 parent 0e5dbe7 commit 66a8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_run/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import click
from click import Command, Context, Option

from ape import project, networks
from ape import networks, project
from ape.cli import NetworkBoundCommand, network_option, verbosity_option
from ape.cli.options import _VERBOSITY_VALUES, _create_verbosity_kwargs
from ape.exceptions import ApeException, handle_ape_exception
Expand Down

0 comments on commit 66a8f3a

Please sign in to comment.