From b169831810c026551d0daa1efb093483ca3f41ef Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 May 2021 09:00:54 +0530 Subject: [PATCH] remove unused import --- kitty/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/utils.py b/kitty/utils.py index ada0e40da..f69ac64f0 100644 --- a/kitty/utils.py +++ b/kitty/utils.py @@ -24,7 +24,7 @@ from .constants import ( ) from .options_stub import Options from .rgb import Color, to_color -from .types import ConvertibleToNumbers, run_once +from .types import run_once from .typing import AddressFamily, PopenType, Socket, StartupCtx