nutti / fake-bpy-module

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

Fix bpy_prop_collection.items missing return type #225

Closed Road-hog123 closed 1 month ago

Road-hog123 commented 1 month ago

bpy_prop_collection.items()'s return type was being refined away due to a typo in e0e70e19630a511340dd298e24b30a1ea67e435d.

nutti commented 1 month ago

@Road-hog123 Nice catch. Thanks.