Skip to content

Fix dataclass for inheritance

Vicentini Filippo requested to merge github/fork/PhilipVinc/fixes into master

Created by: PhilipVinc

As noticed by @attila-i-szabo , the new dataclass machinery was not working when you where inheriting. This fixes it and adds comments to the code.

Merge request reports