Skip to content

Commit

Permalink
Format Python typeshare
Browse files Browse the repository at this point in the history
  • Loading branch information
hculea committed Dec 4, 2024
1 parent 86d5a9c commit 5522caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/language/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ impl Python {
}
}
}

self.write_comments(w, false, &shared.comments, 0)?;
if union_members.len() == 1 {
writeln!(w, "{enum_name} = {}", union_members[0])?;
Expand Down

0 comments on commit 5522caf

Please sign in to comment.