Skip to content
Snippets Groups Projects
Commit 30dcd1f5 authored by Erik Reid's avatar Erik Reid
Browse files

lint

parent 2e509dde
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ def _add_dashboards(interfaces):
for ifc in interfaces:
dashboards = _get_dashboards(ifc)
ifc['dashboards'] = sorted(list(d.name for d in dashboards))
ifc['dashboards'] = sorted([d.name for d in dashboards])
yield ifc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment