Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Nov 4, 2024
1 parent c26b8d2 commit decf5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/zsp_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ def _mkErrorMessage(self, marker_l):
pass

@property
def root(self) -> zsp_ast.RootSymbolScope:
def root(self) -> 'zsp_ast.RootSymbolScope':
return self._root

0 comments on commit decf5f9

Please sign in to comment.