lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -33,7 +33,7 @@ class Automation(AbstractConfiguration):
|
|||
product="core",
|
||||
provider="",
|
||||
resource_type="automation",
|
||||
resource_id=self.short_name
|
||||
resource_id=self.short_name,
|
||||
)
|
||||
|
||||
def kick(self) -> None:
|
||||
|
@ -55,5 +55,5 @@ class AutomationLogs(AbstractResource):
|
|||
product="core",
|
||||
provider="",
|
||||
resource_type="automationlog",
|
||||
resource_id=str(self.id)
|
||||
resource_id=str(self.id),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue