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

Fix: "Type[type]" is incompatible with "Type[property]" #14

Merged
merged 3 commits into from Jul 24, 2023

Conversation

vitalogy
Copy link
Contributor

Pylance in VSCode issues:
Expression of type "OBJ_CLASS" cannot be assigned to declared type "property"
"Type[type]" is incompatible with "Type[property]"

  • removed property/abstractmethod OBJ_CLASS and only defined OBJ_CLASS, by omitting the initial value, leaves the variable uninitialized

other changes:

@msiemens msiemens merged commit aea1c63 into msiemens:master Jul 24, 2023
@msiemens
Copy link
Owner

Thanks!

@msiemens
Copy link
Owner

This has been released in v2.2.1 🎉

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

2 participants