Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Mar 8, 2023
1 parent 38f2961 commit d6cb8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cattrs/strategies/_subclasses.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Strategies for customizing subclass behaviors."""
from gc import collect
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union, get_args
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union

from ..converters import BaseConverter, Converter
from ..gen import (
Expand Down

0 comments on commit d6cb8ff

Please sign in to comment.