includehandler: Silence too-many-arguments pyling warning

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
Daniel Wagner 2018-07-18 14:40:48 +02:00
parent 1b804f937a
commit bc7aa5c694

View File

@ -174,6 +174,8 @@ class GlobalIncludes(IncludeHandler):
the current file overwrites every include. (evaluation depth first
and from top to buttom)
"""
# pylint: disable=too-many-arguments
missing_repos = []
configs = []
current_config = load_config(filename)