Skip to content

Commit 341e50f

Browse files
committed
Add forgotten Tuple check to is_sequence
1 parent 3a5c1f6 commit 341e50f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cattr/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def is_sequence(type: Any) -> bool:
277277
TypingSequence,
278278
TypingMutableSequence,
279279
AbcMutableSequence,
280+
Tuple,
280281
tuple,
281282
)
282283
or (

0 commit comments

Comments
 (0)