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

@@ -1,6 +1,10 @@
fish ?.?.? (released ???)
fish 4.2.1 (released ???)
=========================
This release fixes the following problems identified in 4.2.0:
- ``fish_config``'s theme selector (the "colors" tab) was broken, which has been fixed (:issue:`12053`).
fish 4.2.0 (released November 10, 2025)
=======================================

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 = (