Skip to content

Commit e1be926

Browse files
committed
LINTT2
1 parent e24287f commit e1be926

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

nise/generators/aws/ec2_generator.py

+11-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ class EC2Generator(AWSGenerator):
2525

2626
INSTANCE_TYPES = (
2727
# NOTE: Each tuple represents
28-
# (instance type, physical_cores, vCPUs, memory, storage, family, cost, rate, Reserved_instances, savings, description)
28+
# (instance type,
29+
# physical_cores,
30+
# vCPUs,
31+
# memory,
32+
# storage,
33+
# family,
34+
# cost,
35+
# rate,
36+
# Reserved_instances,
37+
# savings,
38+
# description)
2939
(
3040
"m5.large",
3141
"1",

0 commit comments

Comments
 (0)