Skip to content

Commit

Permalink
fix linting maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenia Mountrouidou committed Feb 13, 2022
1 parent 00d2223 commit 7cebf12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions napalm/nxos/nxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,12 @@ def _commit_merge(self) -> None:

def _get_merge_diff(self) -> str:
"""
Uses netutils diff_network_config to create a partial configuration with the proper hierarchy.
Uses netutils diff_network_config to create a partial configuration
with the proper hierarchy.
Note: the netutils utility performs the diff offline.
Returns: diff with the proper hierarchy of commands that are missing from the current config.
Returns: diff with the proper hierarchy of commands
that are missing from the current config.
Examples:
Candidate configuration:
interface loopback0
Expand Down

0 comments on commit 7cebf12

Please sign in to comment.