fake-bpy-module
fake-bpy-module copied to clipboard
Redundant `| None` types in the argument types
trafficstars
On the left it's bpy/utils/__init__.py from fake-bpy, on the right - Blender 4.1 bpy/utils/__init__.py.
Note two issues:
pathandcreatehave a redundant| Nonein their types.- Signature is missing
*,makingpathandcreatenot keyword-only though they actually are.