mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-18 15:07:45 +08:00
03ec4023ff
Turns out that pytype is a bit more finicky about imports, and differentiates between '*' imports for export, and imports for use in the local pyi. This adjusts ast.pyi to make pytype understand it again.