redset icon indicating copy to clipboard operation
redset copied to clipboard

Get rid of `metaclass`

Open Montana opened this issue 11 months ago • 0 comments

Replaced abc.ABCMeta and object base class with the simpler ABC class from abc module

Modern Python uses ABC instead of setting metaclass explicitly.

No need to inherit from object in Python 3 (it's the default.)

Montana avatar Jan 16 '25 18:01 Montana