Skip to content

Commit

Permalink
Temporary disabled too-many-arguments error for Pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetworkGuy committed May 22, 2024
1 parent c185b73 commit 441d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_zabbix_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 441d7e7

Please sign in to comment.