Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial attempts to get static type checking working #30

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pstjohn
Copy link
Collaborator

@pstjohn pstjohn commented Jul 12, 2022

@CharlesEdisonTripp, might be someplace you could help as well, my familiarity with pylance / static type checking is limited

Likely some cleaning up we could do in GraphModel. We must have moved away from inheriting from ModelV2 at some point (deferring this to a derived class), and therefore we probably don't need the super() call or those additional constructors.

@pstjohn
Copy link
Collaborator Author

pstjohn commented Jul 12, 2022

tests are failing because apparently that super() call in GraphModel is necessary... probably some MRO issues here we could iron out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant