mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-12-18 11:22:22 -06:00
Temporary disabled too-many-arguments error for Pylint.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user