mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-08 16:21:16 -03:00
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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user