unused import
This commit is contained in:
parent
248631a1a8
commit
1621a67f36
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue