diff --git a/src/ape_run/_cli.py b/src/ape_run/_cli.py index bafb55a0de..2955d360e4 100644 --- a/src/ape_run/_cli.py +++ b/src/ape_run/_cli.py @@ -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 @@ -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()``