Arcensoth/pyckaxe

Protocol attributes are not compatible with @property

Arcensoth opened this issue · 0 comments

This code:

location: ResourceLocation = PhysicalResourceLocation(...)

results in a type-hinting error:

image

despite the fact that the interface is satisfied.