Remove the unused variable
Change-Id: I2da67289355617c0201a5754827d1c17fc8e1d2a
This commit is contained in:
@@ -60,7 +60,6 @@ class ServiceMixin(object):
|
||||
'status',
|
||||
]
|
||||
for search_opt in search_opts:
|
||||
value = ''
|
||||
if search_opt in req.GET:
|
||||
value = req.GET[search_opt]
|
||||
services = [s for s in services if s[search_opt] == value]
|
||||
|
||||
Reference in New Issue
Block a user