From 66a8f3aea2d3964221473cebf66eabddac32b1e6 Mon Sep 17 00:00:00 2001 From: z80 Date: Fri, 10 Nov 2023 15:08:19 -0500 Subject: [PATCH] fix: lint --- src/ape_run/_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ape_run/_cli.py b/src/ape_run/_cli.py index 037e772bf0..e9f180ce94 100644 --- a/src/ape_run/_cli.py +++ b/src/ape_run/_cli.py @@ -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