mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -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 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)
|
||||
|
Loading…
Reference in New Issue
Block a user