Skip to content
Snippets Groups Projects
Commit 11984541 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

use one line, it's too long anyway

parent 09442a9f
No related branches found
No related tags found
No related merge requests found
......@@ -225,8 +225,7 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
})
if port_type == 'access':
logger.info(
f'{f"{location} - {dashboard_name} ({interface_name})"} #### {description}') # noqa: E501
logger.info(f'{f"{location} - {dashboard_name} ({interface_name})"} #### {description}') # noqa: E501
dashboard['AGGREGATES'].append({
'interface': interface_name,
'hostname': host,
......
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