From cb70b3b25a4f80c8f906a08f2c9decbc09754daa Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke.madsen@geant.org>
Date: Tue, 18 Oct 2022 10:48:52 +0200
Subject: [PATCH] flake8

---
 inventory_provider/routes/poller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py
index 69c5526a..77cf5141 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):
-- 
GitLab