formatting
This commit is contained in:
@@ -2,6 +2,7 @@ from appdaemon.adapi import ADAPI
|
||||
|
||||
from child import Child
|
||||
|
||||
|
||||
class Sibling(Child):
|
||||
def initialize(self):
|
||||
self.log(f"{self.__class__.__name__} Initialized")
|
||||
self.log(f'{self.__class__.__name__} Initialized')
|
||||
|
||||
Reference in New Issue
Block a user