Merge "Remove the unused variable"
This commit is contained in:
commit
34f194f178
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user