mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-24 17:38:41 -06:00
🩹 disable pylint error on arguments
This commit is contained in:
parent
be9ccbebfd
commit
f22220ca2a
@ -6,6 +6,7 @@ from modules.tools import build_path
|
||||
class Hostgroup():
|
||||
"""Hostgroup class for devices and VM's
|
||||
Takes type (vm or dev) and NB object"""
|
||||
#pylint: disable=too-many-arguments
|
||||
def __init__(self, obj_type, nb_obj, version, logger=None,
|
||||
nested_sitegroup_flag=False, nested_region_flag=False,
|
||||
nb_regions=None, nb_groups=None):
|
||||
|
Loading…
Reference in New Issue
Block a user