eclipse-basyx / basyx-python-sdk

MIT License
60 stars 28 forks source link

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

Closed jkhsjdhjs closed 6 months ago

jkhsjdhjs commented 6 months ago

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.

s-heppner commented 6 months ago

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