Skip to content

Commit b0e9f1d

Browse files
Tinchematmel
authored andcommitted
Remove unused import
1 parent f2b8f3d commit b0e9f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cattrs/strategies/_subclasses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Strategies for customizing subclass behaviors."""
22
from gc import collect
3-
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union, get_args
3+
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union
44

55
from ..converters import BaseConverter, Converter
66
from ..gen import (

0 commit comments

Comments
 (0)