Skip to content

Commit

Permalink
parse_yaml.py: fix issue with typeguard (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Schoepfer authored Oct 23, 2023
1 parent bcb7615 commit a9f7f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class ValidationFunction:
def __init__(
self,
function_name: str,
arguments: Optional[List[any]],
arguments: Optional[List[Any]],
code_gen_variable: CodeGenVariableBase,
):
self.code_gen_variable = code_gen_variable
Expand Down

0 comments on commit a9f7f2a

Please sign in to comment.