remove redundant import

This commit is contained in:
Yacine Elhamer
2023-07-11 14:33:07 +01:00
parent 6feb9f540f
commit 0db7141e33

View File

@@ -24,7 +24,7 @@ except ImportError:
# https://github.com/python/mypy/issues/1153
from backports.functools_lru_cache import lru_cache # type: ignore
from typing import Any, Set, Dict, List, Tuple, Union, Iterator, Optional
from typing import Any, Set, Dict, List, Tuple, Union, Iterator
from dataclasses import asdict, dataclass
import yaml