google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k stars 281 forks source link

Fix type error in rewrite/frame_test.py #1787

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Fix type error in rewrite/frame_test.py

FrameTestBase.run_block appends an element to Block().code. For some reason this error only surfaces in 3.12 and we don't run type checking on that file on GitHub.

Error introduced by https://github.com/google/pytype/commit/147f60b236d86645156fbd4d53b8a6d70a277a4a.