We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc774a commit ce287f3Copy full SHA for ce287f3
src/cattrs/strategies/_unions.py
@@ -74,7 +74,6 @@ def unstructure_tagged_union(
74
_cl_to_tag=cl_to_tag,
75
_tag_name=tag_name,
76
) -> Dict:
77
-
78
res = _exact_cl_unstruct_hooks[val.__class__](val)
79
res[_tag_name] = _cl_to_tag[val.__class__]
80
return res
0 commit comments