Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 4, 2021
1 parent a57800b commit 387ba5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cattr/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def adapted_fields(type) -> List[Attribute]:
Sequence = TypingSequence
MutableSequence = TypingMutableSequence
MutableMapping = TypingMutableMapping
Mapping = TypingMapping

from typing import Union, _GenericAlias

Expand Down

0 comments on commit 387ba5d

Please sign in to comment.