sdatkinson / neural-amp-modeler

Neural network emulator for guitar amplifiers.
MIT License
1.72k stars 130 forks source link

[chore] Replace deprecated uses of `@abc.abstractproperty` #426

Closed jasonmokk closed 2 months ago

jasonmokk commented 2 months ago

Closes #407

This PR removes all uses of the deprecated @abc.abstractproperty decorator from the codebase. Replaced with @property and @abc.abstractmethod.