Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Address code review
  • Loading branch information
JukkaL committed Apr 21, 2026
commit 1a2b60d38841ac9e94c3ef59ad64e99a99c730b6
1 change: 0 additions & 1 deletion mypy/nativeparse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# mypy: allow-redefinition, local-partial-types
"""Python parser that directly constructs a native AST (when compiled).

Use a Rust extension to generate a serialized AST, and deserialize the AST directly
Expand Down
Loading