Skip to content

Commit

Permalink
Black format code after PR napalm-automation#1972
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Apr 10, 2024
1 parent 29c5ea0 commit 87b6110
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion napalm/nxos/nxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,11 @@ def _disable_confirmation(self) -> None:
self._send_command_list(["terminal dont-ask"])

def get_config(
self, retrieve: str = "all", full: bool = False, sanitized: bool = False, format: str = "text"
self,
retrieve: str = "all",
full: bool = False,
sanitized: bool = False,
format: str = "text",
) -> models.ConfigDict:
# NX-OS adds some extra, unneeded lines that should be filtered.
filter_strings = [
Expand Down

0 comments on commit 87b6110

Please sign in to comment.