mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-12-27 07:17:44 -06:00
fixed linting
This commit is contained in:
@@ -121,5 +121,5 @@ class ZabbixUsermacros:
|
||||
if m:
|
||||
macros.append(m)
|
||||
data={'macros': macros}
|
||||
self.logger.debug(f"Host {self.name}: Resolved macros: {sanatize_log_output(data)}")
|
||||
self.logger.debug(f"Host {self.name}: Resolved macros: {sanatize_log_output(data)}")
|
||||
return macros
|
||||
|
||||
Reference in New Issue
Block a user