Skip to content

Commit d358c00

Browse files
committed
Revert native_type_compatibility change
1 parent 0aa835d commit d358c00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdks/python/apache_beam/typehints/native_type_compatibility.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ def convert_to_beam_type(typ):
423423
# This MUST appear before the entry for the normal Tuple.
424424
_TypeMapEntry(
425425
match=match_is_named_tuple, arity=0, beam_type=typehints.Any),
426-
_TypeMapEntry(match=match_is_dataclass, arity=0, beam_type=typehints.Any),
427426
_TypeMapEntry(
428427
match=_match_is_primitive(tuple), arity=-1,
429428
beam_type=typehints.Tuple),

0 commit comments

Comments
 (0)