We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f2961 commit d6cb8ffCopy full SHA for d6cb8ff
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