Open thejcannon opened 3 years ago
Fixes #183
Specifically, we're allowing any XYZ.abstractmethod decorator, as some might roll their own or add bells and whistles on top of abc.abstractmethod.
XYZ.abstractmethod
abc.abstractmethod
This looks good :). @terrencepreilly could you please merge this?
@terrencepreilly bump
Fixes #183
Specifically, we're allowing any
XYZ.abstractmethod
decorator, as some might roll their own or add bells and whistles on top ofabc.abstractmethod
.