eclipse-basyx / basyx-python-sdk

MIT License
60 stars 28 forks source link

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

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]
Frosty2500 commented 6 months ago

LGTM