Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Feb 6, 2025
1 parent 3004bbb commit 135da15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def replace_config(
)

@classmethod
def merge_config(
def merge_config( # pylint: disable=too-many-positional-arguments
cls,
task: Task,
logger,
Expand Down Expand Up @@ -586,7 +586,7 @@ class ScrapliDefault(DispatcherMixin):
config_command = "show run"

@classmethod
def get_config(
def get_config( # pylint: disable=too-many-positional-arguments
cls,
task: Task,
logger,
Expand Down

0 comments on commit 135da15

Please sign in to comment.