Closed gsingh93 closed 1 year ago
pyright is telling me that Constraint has no member called violated. This seems to be missing from _cext.pyi. I can add this later but it may be a while, so if anyone else wants to fix this go ahead.
pyright
Constraint
violated
_cext.pyi
Yeah sorry, I must have missed that in my PR. Original commit here, for anyone wondering: 9c46f893ae3ac6f239d1a7bfccb8bf316ff02293
Just to make things easier, it takes no arguments and returns a bool.
bool
pyright
is telling me thatConstraint
has no member calledviolated
. This seems to be missing from_cext.pyi
. I can add this later but it may be a while, so if anyone else wants to fix this go ahead.