Skip to content

Commit

Permalink
remove PIP_COMMAND from __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex committed Apr 15, 2024
1 parent d0acae8 commit 125a616
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ape/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
verbosity_option,
)
from ape.cli.paramtype import AllFilePaths, Path
from ape.plugins._utils import PIP_COMMAND

__all__ = [
"account_option",
Expand All @@ -51,7 +50,6 @@
"output_format_option",
"OutputFormat",
"Path",
"PIP_COMMAND",
"PromptChoice",
"select_account",
"skip_confirmation_option",
Expand Down

0 comments on commit 125a616

Please sign in to comment.