We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b8f3d commit b0e9f1dCopy full SHA for b0e9f1d
src/cattrs/strategies/_subclasses.py
@@ -1,6 +1,6 @@
1
"""Strategies for customizing subclass behaviors."""
2
from gc import collect
3
-from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union, get_args
+from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union
4
5
from ..converters import BaseConverter, Converter
6
from ..gen import (
0 commit comments