Skip to content

Commit

Permalink
Add pylint disable comment for too-many-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpettit committed Mar 21, 2024
1 parent 6fcd84c commit 7f62f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def generate_config(
jinja_filters: Optional[dict] = None,
jinja_env: Optional[jinja2.Environment] = None,
) -> Result:
# pylint: disable=too-many-locals
"""A small wrapper around template_file Nornir task.
Args:
Expand Down

0 comments on commit 7f62f50

Please sign in to comment.