remove unused import

This commit is contained in:
Jakub Trllo 2024-12-04 16:14:59 +01:00
parent a80bbfbd57
commit 04daa9306c

View file

@ -5,7 +5,7 @@ import numbers
import warnings
from string import Formatter
import typing
from typing import List, Dict, Any, Set, Optional
from typing import List, Dict, Any, Set
if typing.TYPE_CHECKING:
from typing import Union