Skip to content

Commit

Permalink
fix: undo
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 10, 2024
1 parent bca67c2 commit db62152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ape_run/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from ape import networks, project
from ape.cli import ConnectedProviderCommand, verbosity_option
from ape.cli.options import _VERBOSITY_VALUES, _create_verbosity_kwargs, network_option
from ape.cli.options import _VERBOSITY_VALUES, _create_verbosity_kwargs
from ape.exceptions import ApeException, handle_ape_exception
from ape.logging import logger
from ape.utils import get_relative_path, use_temp_sys_path
Expand Down Expand Up @@ -252,7 +252,6 @@ def _launch_console(self):
default=False,
help="Drop into interactive console session after running",
)
@network_option()
def cli(interactive):
"""
Run scripts from the "scripts/" folder of a project. A script must either define a ``main()``
Expand Down

0 comments on commit db62152

Please sign in to comment.