mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 09:51:26 -06:00
Temporary disabled too-many-arguments error for Pylint.
This commit is contained in:
parent
c185b7364d
commit
441d7e7e95
@ -245,7 +245,7 @@ class TemplateError(SyncError):
|
|||||||
""" Class TemplateError """
|
""" Class TemplateError """
|
||||||
|
|
||||||
class NetworkDevice():
|
class NetworkDevice():
|
||||||
# pylint: disable=too-many-instance-attributes
|
# pylint: disable=too-many-instance-attributes, too-many-arguments
|
||||||
"""
|
"""
|
||||||
Represents Network device.
|
Represents Network device.
|
||||||
INPUT: (Netbox device class, ZabbixAPI class, journal flag, NB journal class)
|
INPUT: (Netbox device class, ZabbixAPI class, journal flag, NB journal class)
|
||||||
|
Loading…
Reference in New Issue
Block a user