formatting tweaks
This commit is contained in:
@@ -8,5 +8,5 @@ print(f' Importing {filename} '.center(50, '-'))
|
||||
class Baz(ADBase):
|
||||
def initialize(self):
|
||||
self.adapi = self.get_ad_api()
|
||||
self.adapi.log(f'Initialized app from {__file__}')
|
||||
self.adapi.log(f'Initialized app from {filename}')
|
||||
# self.adapi.log(f'CHANGED')
|
||||
|
||||
Reference in New Issue
Block a user