Removed trailing whitespace

This commit is contained in:
Raymond Kuiper 2024-07-24 11:06:50 +02:00 committed by GitHub
parent 07049ea6d8
commit da4fec6bf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -376,7 +376,7 @@ class NetworkDevice():
# check if the key Zabbix is defined in the config context
if not "zabbix" in self.nb.config_context:
return False
if ("proxy" in self.nb.config_context["zabbix"] and
if ("proxy" in self.nb.config_context["zabbix"] and
not self.nb.config_context["zabbix"]["proxy"]):
return False
# Proxy group takes priority over a proxy due