Skip to content

Commit

Permalink
fix: copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Nov 19, 2024
1 parent 564b6f4 commit 7c60c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/plugin/pdk_types.py.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class <%- capitalize(schema.name) %>(extism.Json):
<% if (p.description) { -%>
# <%- formatCommentBlock(p.description, "# ") %>
<% } -%>
<%- p.name %>: <%- toPythonType(p) %>
<%- p.name %>: <%- toPythonType(p) %> = None
<% } %>
<% }) %>
Expand Down

0 comments on commit 7c60c8c

Please sign in to comment.