Skip to content

Commit 3a02804

Browse files
committed
Fix type definitions
1 parent 06c0b2a commit 3a02804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/peakrdl_python/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def _raise_template_error(self, message: str) -> NoReturn:
791791

792792
def _fully_qualified_enum_type(self,
793793
field_enum: UserEnumMeta,
794-
root_node: Union[AddrmapNode | RootNode],
794+
root_node: Union[AddrmapNode,RootNode],
795795
owning_field: FieldNode,
796796
hide_node_func: HideNodeCallback) -> str:
797797
"""

0 commit comments

Comments
 (0)