Skip to content

Commit 85d6aee

Browse files
committed
Trivial: Coding style fix in test_flavor.py
Change-Id: I3dcb3c4fbd9ff9c351426ae2ad9da009208a6485
1 parent 6955004 commit 85d6aee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openstackclient/tests/compute/v2/test_flavor.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ def test_flavor_list_all_flavors(self):
173173
def test_flavor_list_private_flavors(self):
174174
arglist = [
175175
'--private',
176-
]
176+
]
177177
verifylist = [
178178
('public', False),
179-
]
179+
]
180180

181181
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
182182

@@ -200,10 +200,10 @@ def test_flavor_list_private_flavors(self):
200200
def test_flavor_list_public_flavors(self):
201201
arglist = [
202202
'--public',
203-
]
203+
]
204204
verifylist = [
205205
('public', True),
206-
]
206+
]
207207

208208
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
209209

0 commit comments

Comments
 (0)