From 047fb33332cb361f109fcdb6ab8c9659dabd2923 Mon Sep 17 00:00:00 2001 From: Wouter de Bruijn Date: Fri, 12 Sep 2025 16:47:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fixed=20random=20space=20on=20li?= =?UTF-8?q?ne=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/device.py b/modules/device.py index f0efbf3..cc32390 100644 --- a/modules/device.py +++ b/modules/device.py @@ -5,7 +5,7 @@ Device specific handeling for NetBox to Zabbix from copy import deepcopy from logging import getLogger - from operator import itemgetter +from operator import itemgetter from re import search from typing import Any