Skip to content

Commit

Permalink
Move noop
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Dec 11, 2022
1 parent 93d3308 commit f4cedb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/build_env/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

from pip._internal.build_env._base import BuildEnvironment, get_runnable_pip
from pip._internal.build_env._custom import CustomBuildEnvironment
from pip._internal.build_env.noop import NoOpBuildEnvironment
from pip._internal.build_env._noop import NoOpBuildEnvironment

BuildIsolationMode = Literal["noop", "custom", "venv"]
File renamed without changes.

0 comments on commit f4cedb2

Please sign in to comment.