diff options
| author | historia <historiavg@proton.me> | 2026-09-04 17:41:43 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-04 17:41:43 -0400 |
| commit | 0157ce4a347f9625e1e9d09e2bbf0fbfad722557 (patch) | |
| tree | a2239553d7e8ac5cdb5931ad49482487e1f49905 /app/backends/sglomni/pythonenv.py | |
| parent | 5263a30356d7a7b39490e9a3cf5f6c179249500c (diff) | |
| download | tts-audiobook-generator-0157ce4a347f9625e1e9d09e2bbf0fbfad722557.tar.gz | |
Diffstat (limited to 'app/backends/sglomni/pythonenv.py')
| -rw-r--r-- | app/backends/sglomni/pythonenv.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/backends/sglomni/pythonenv.py b/app/backends/sglomni/pythonenv.py index 11bbaa6..cb19710 100644 --- a/app/backends/sglomni/pythonenv.py +++ b/app/backends/sglomni/pythonenv.py @@ -21,10 +21,9 @@ the setup that follows anyway. import shutil import sys -from pathlib import Path from typing import Optional, Tuple -from backends import common, envs +from backends import envs from backends.sglomni.constants import PYTHON_SPEC, PYTHON_VERSIONS # The dedicated venv (its interpreter may differ from the launching one). |
