Skip to content

Commit

Permalink
fix union
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Jan 26, 2025
1 parent e5e5c6d commit c5f9dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ class OpaqueTypeOperation:
send: bool
recv: bool
parameter: Parameter
type_: Type | Pointer
type_: Union[Type, Pointer]

def client_rpc_write(self, f):
if not self.send:
Expand Down

0 comments on commit c5f9dde

Please sign in to comment.