rgain3 icon indicating copy to clipboard operation
rgain3 copied to clipboard

Implement GainData as dataclass

Open chaudum opened this issue 5 years ago • 0 comments

This fixes on the one hand a syntax error in the string formatting performed within the __str__ method by removing it and relying on the method provided by the dataclass. On the other hand, this change allowed to remove also the __repr__, __eq__ and __ne__ methods, which are also provided by the dataclass wrapper.

chaudum avatar Mar 31 '21 20:03 chaudum