diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py
index 69c5526a51b14a73972851e248e471a4daa5957d..77cf51410f4a19125518da92801f9ae11649e2f5 100644
--- a/inventory_provider/routes/poller.py
+++ b/inventory_provider/routes/poller.py
@@ -461,7 +461,7 @@ def _get_dashboards(interface):
             yield BRIAN_DASHBOARDS.LHCONE_CUST
     if re.match('SRV_L3VPN (CUSTOMER|RE_INTERCONNECT)', description):
         if '-LHCONE' in description:
-            # `-LHCONE` can be preceded by tons of different stuff, so it's 
+            # `-LHCONE` can be preceded by tons of different stuff, so it's
             # simpler to check for this rather than a full regex
             yield BRIAN_DASHBOARDS.LHCONE
     if re.match('^SRV_MDVPN CUSTOMER', description):