Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: fix invalid type annotations and undefined variables #292

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

orsinium
Copy link
Contributor

@orsinium orsinium commented Jan 8, 2024

  1. Fix invalid document fragment names in ToC.
  2. Use the correct syntax in type annotations for lists. It should be list[int] instead of [int].
  3. Replace opts with cx.opts in a few functions where opts variable is undefined.

@lukewagner
Copy link
Member

Thanks!

@lukewagner lukewagner merged commit f3486b2 into WebAssembly:main Jan 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants