linting
This commit is contained in:
@@ -2,5 +2,5 @@ from appdaemon.adapi import ADAPI
|
||||
|
||||
|
||||
class GrandParent(ADAPI):
|
||||
def initialize(self):
|
||||
def initialize(self) -> None:
|
||||
self.log(f'{self.__class__.__name__} Initialized')
|
||||
|
||||
Reference in New Issue
Block a user