lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -32,7 +32,7 @@ class Onion(AbstractConfiguration):
|
|||
product="eotk",
|
||||
provider="*",
|
||||
resource_type="onion",
|
||||
resource_id=self.onion_name
|
||||
resource_id=self.onion_name,
|
||||
)
|
||||
|
||||
group_id: Mapped[int] = mapped_column(db.ForeignKey("group.id"))
|
||||
|
@ -80,5 +80,5 @@ class Eotk(AbstractResource):
|
|||
provider=self.provider,
|
||||
product="eotk",
|
||||
resource_type="instance",
|
||||
resource_id=self.region
|
||||
resource_id=self.region,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue