Skip to content

Commit

Permalink
appease flake8, part deux
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Jan 23, 2024
1 parent f9b2c2f commit 4b9cf7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tests/iaas/flavor-naming/flavor_name_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ class IB:

class Flavorname:
"""A flavor name; merely a bunch of components"""
def __init__(self, cpuram: Main = None, disk: Disk = None, hype: Hype = None, hwvirt: HWVirt = None,
cpubrand: CPUBrand = None, gpu: GPU = None, ib: IB = None):
def __init__(
self, cpuram: Main = None, disk: Disk = None, hype: Hype = None, hwvirt: HWVirt = None,
cpubrand: CPUBrand = None, gpu: GPU = None, ib: IB = None
):
self.cpuram = cpuram
self.disk = disk
self.hype = hype
Expand Down

0 comments on commit 4b9cf7d

Please sign in to comment.