From 40fbb99dad56c8fc030e6e432c523b0ce4a97549 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Wed, 23 Jun 2021 23:25:07 +0200 Subject: [PATCH] remove unused import --- plugin/core/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/core/views.py b/plugin/core/views.py index 2b12aa99e..1de05e96b 100644 --- a/plugin/core/views.py +++ b/plugin/core/views.py @@ -16,7 +16,6 @@ from .settings import userprefs from .types import ClientConfig from .typing import Callable, Optional, Dict, Any, Iterable, List, Union, Tuple, Sequence, cast -from .url import filename_to_uri from .workspace import is_subpath_of from urllib.parse import urlparse import html