🚑 Fixed random space on line 2

This commit is contained in:
Wouter de Bruijn 2025-09-12 16:47:57 +02:00
parent bf512ada0b
commit 047fb33332
No known key found for this signature in database
GPG Key ID: D848643EF8892815

View File

@ -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