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

pep8

parent 4cba6348
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,8 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
})
if port_type == 'access':
logger.info(f'{f"{location} - {dashboard_name} ({interface_name})"} #### {description}')
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