unused import

This commit is contained in:
Kovid Goyal 2021-05-28 18:31:32 +05:30
parent 248631a1a8
commit 1621a67f36
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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