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