Skip to content

Commit 7cf50c5

Browse files
committed
Remove unused constant
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent e275494 commit 7cf50c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/iaas/scs_0100_flavor_naming/flavor_names_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
parsers=(flavor_names.parser_v3, ),
1616
tolerated_parsers=(flavor_names.parser_v2, flavor_names.parser_v1),
1717
)
18-
ACC_DISK = (0, 5, 10, 20, 50, 100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000, 100000)
1918

2019

2120
def compute_scs_flavors(flavors: typing.List[openstack.compute.v2.flavor.Flavor], parser=STRATEGY) -> list:

0 commit comments

Comments
 (0)