nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.31k stars 95 forks source link

Fix typing.Tuple syntax reintroduced in mod file #222

Closed Road-hog123 closed 1 month ago

Road-hog123 commented 1 month ago

327a3c4eb313c7b2a9ae35f8dce762e81c3f9a67 reintroduced typing.Tuple syntax into a mod file, a regression on #161. https://github.com/nutti/fake-bpy-module/blob/327a3c4eb313c7b2a9ae35f8dce762e81c3f9a67/src/mods/common/analyzer/update/bpy.app.mod.rst?plain=1#L7

This PR has no conflicts with #221.

nutti commented 1 month ago

@Road-hog123 thank you!