fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

Non-optional types should not have None as their default value

Open JonathanPlasse opened this issue 1 year ago • 0 comments
trafficstars

Expected behavior

Non-optional types should have ... as default value instead of None.

Description about the bug

Having None as the default value for a none optional type raise a Pyright error.

Screenshots/Files

Screenshot from 2024-08-11 19-15-08 Screenshot from 2024-08-11 19-16-50

JonathanPlasse avatar Aug 11 '24 17:08 JonathanPlasse