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)