We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01477d6 commit 914ec8dCopy full SHA for 914ec8d
src/hatch_uvenv/plugin.py
@@ -78,8 +78,6 @@ def __init__(self, *args, **kwargs):
78
)
79
self.shells = ShellManager(self)
80
81
- self._parent_python = None
82
-
83
@cached_property
84
def explicit_uv_path(self) -> str:
85
return self.get_env_var_option("uv_path") or self.config.get("uv-path", "")
0 commit comments