diff --git a/brian_dashboard_manager/templating/helpers.py b/brian_dashboard_manager/templating/helpers.py
index a55b09553609de583f8679874671b62e63f4cb02..c244929aa364bd46985b7ad9974f781387fa5da8 100644
--- a/brian_dashboard_manager/templating/helpers.py
+++ b/brian_dashboard_manager/templating/helpers.py
@@ -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,