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

backport: backend, model: remove calls to trivial super().__init__() methods #262

Merged
merged 2 commits into from
May 10, 2024

Conversation

jkhsjdhjs
Copy link
Contributor

@jkhsjdhjs jkhsjdhjs commented Apr 30, 2024

These are unsafe, according to mypy:

error: Call to abstract method "__init__" of "DataSpecificationContent" with trivial body via super() is unsafe  [safe-super]

This is a backport of #261.

These are unsafe, according to mypy:
error: Call to abstract method "__init__" of "DataSpecificationContent" with trivial body via super() is unsafe  [safe-super]

This is a backport of 50d13f3.
@s-heppner
Copy link
Contributor

I'll squash these commits, if you don't mind?

@s-heppner s-heppner merged commit a520467 into eclipse-basyx:v2.0.1 May 10, 2024
7 checks passed
@s-heppner s-heppner deleted the backport/fix/mypy_errors branch May 10, 2024 12:33
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.

2 participants