You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in the title, when StateMachine is subclassed, no unresolved references are found by pyright or similar language servers.
What I Did
In the following example code, the class without inheritance is flagged correctly as having an unresolved reference. The class with inheritance is not flagged correctly.
Description
As in the title, when StateMachine is subclassed, no unresolved references are found by pyright or similar language servers.
What I Did
In the following example code, the class without inheritance is flagged correctly as having an unresolved reference. The class with inheritance is not flagged correctly.
The text was updated successfully, but these errors were encountered: