Skip to content

Commit

Permalink
Update linters after portal updates (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Oct 1, 2023
1 parent 8540952 commit d9a56d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions nautobot_golden_config/nornir_plays/config_intended.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
from datetime import datetime

from django.template import engines
from django.utils.timezone import make_aware

from nautobot_plugin_nornir.constants import NORNIR_SETTINGS
Expand Down Expand Up @@ -37,7 +36,7 @@


@close_threaded_db_connections
def run_template( # pylint: disable=too-many-arguments
def run_template( # pylint: disable=too-many-arguments,too-many-locals
task: Task, logger: NornirLogger, device_to_settings_map, job_class_instance, jinja_env
) -> Result:
"""Render Jinja Template.
Expand Down
1 change: 0 additions & 1 deletion nautobot_golden_config/utilities/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from nautobot_golden_config import config as app_config



FRAMEWORK_METHODS = {
"default": utils.default_framework,
"get_config": utils.get_config_framework,
Expand Down

0 comments on commit d9a56d4

Please sign in to comment.