From 21387d3753ac541a5cd6b6df3b9c481dcdd3a34b Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Sun, 14 Jan 2024 13:37:34 +0100 Subject: [PATCH] unused --- plugin/core/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/core/sessions.py b/plugin/core/sessions.py index 90eaf6c84..ab493525a 100644 --- a/plugin/core/sessions.py +++ b/plugin/core/sessions.py @@ -95,7 +95,7 @@ from .types import SettingsRegistration from .types import sublime_pattern_to_glob from .types import WORKSPACE_DIAGNOSTICS_TIMEOUT -from .typing import Callable, cast, Dict, Any, Optional, List, Tuple, Generator, Type, TypeGuard, Protocol, Mapping, Set, TypeVar, Union # noqa: E501 +from .typing import Callable, cast, Dict, Any, Optional, List, Tuple, Generator, Type, TypeGuard, Protocol, Set, TypeVar, Union # noqa: E501 from .url import filename_to_uri from .url import parse_uri from .url import unparse_uri