nutti / fake-bpy-module

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

Fix: typo in handlers callable typing #242

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 1 month ago

Purpose of the pull request

Fix the typing of handlers list.

Description about the pull request

The bracket for the callable arguments was not in the correct place.

JonathanPlasse commented 1 month ago

Fixed

nutti commented 1 month ago

@JonathanPlasse

Thanks. Merged now.