Closed cdce8p closed 2 years ago
Hi @cdce8p , thanks for the contribution, will merge this PR.
Thanks @zlinoliver! I just saw that the repo has a new default branch main
. It seems like the PR wasn't updated automatically unfortunately and thus was merged into master
instead.
Both
TuyaDeviceListener
andDeviceManage
don't useclassmethods
, thus they shouldn't decorate functions with@abstractclassmethod
. Instead@abstractmethod
should be used.