From 441d7e7e955baf27540671241e456d2be17eea18 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Wed, 22 May 2024 09:23:07 +0200 Subject: [PATCH] Temporary disabled too-many-arguments error for Pylint. --- netbox_zabbix_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_zabbix_sync.py b/netbox_zabbix_sync.py index 89f51d2..0549681 100755 --- a/netbox_zabbix_sync.py +++ b/netbox_zabbix_sync.py @@ -245,7 +245,7 @@ class TemplateError(SyncError): """ Class TemplateError """ class NetworkDevice(): - # pylint: disable=too-many-instance-attributes + # pylint: disable=too-many-instance-attributes, too-many-arguments """ Represents Network device. INPUT: (Netbox device class, ZabbixAPI class, journal flag, NB journal class)