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 6b58255 commit 03e27c9Copy full SHA for 03e27c9
1 file changed
tool/stubtest.py
@@ -32,6 +32,7 @@
32
SITE_DIR = Path(sysconfig.get_paths()["purelib"])
33
34
ROOT_DIR = TOOL_DIR.parent
35
+__root_site: Path | None
36
if (ROOT_DIR / ".venv").is_dir():
37
__root_venv = ROOT_DIR / ".venv"
38
__root_site = (
0 commit comments