From 37774cfec36a6f34b6791a3df5dbdfb4deba3637 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Fri, 12 Sep 2025 14:40:53 +0200 Subject: [PATCH] More linting fixes --- modules/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/device.py b/modules/device.py index 3a68afc..13e74aa 100644 --- a/modules/device.py +++ b/modules/device.py @@ -468,7 +468,7 @@ class PhysicalDevice: # Includes proxy group fix since Zabbix <= 6 should ignore this proxy_types = ["proxy"] proxy_name = None - + if self.zabbix.version >= 7.0: # Only insert groups in front of list for Zabbix7 proxy_types.insert(0, "proxy_group")