Skip to content

Commit ce287f3

Browse files
committed
Make newer black happy
1 parent cbc774a commit ce287f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cattrs/strategies/_unions.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def unstructure_tagged_union(
7474
_cl_to_tag=cl_to_tag,
7575
_tag_name=tag_name,
7676
) -> Dict:
77-
7877
res = _exact_cl_unstruct_hooks[val.__class__](val)
7978
res[_tag_name] = _cl_to_tag[val.__class__]
8079
return res

0 commit comments

Comments
 (0)