Fix webconfig import

Fixes 78f71971cb (fix: Python 3.5+ compatibility in webconfig.py
type hints, 2025-11-09).
Fixes #12053
This commit is contained in:
Johannes Altmanninger
2025-11-12 08:32:11 +01:00
parent 15f9d6d279
commit 1c9d4e77df
2 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import subprocess
import sys
import tempfile
import threading
import typing
from typing import Optional
from itertools import chain
COMMON_WSL_CMD_PATHS = (