From 1621a67f36b14347525fd9859c3e0df4f34f767b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 May 2021 18:31:32 +0530 Subject: [PATCH] unused import --- kitty/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/config.py b/kitty/config.py index 874d60662..406049e3e 100644 --- a/kitty/config.py +++ b/kitty/config.py @@ -8,7 +8,7 @@ from contextlib import contextmanager, suppress from functools import partial from typing import ( Any, Callable, Dict, FrozenSet, Generator, Iterable, List, Optional, - Sequence, Tuple, Type + Tuple, Type ) from .conf.definition import as_conf_file, config_lines