Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
fix: ruff formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Apr 11, 2024
1 parent e4b732a commit 4362e3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion napalm_fsos_ssh/fsos.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,11 @@ def cli(
return cli_output

def get_config(
self, retrieve: str = "all", full: bool = False, sanitized: bool = False, format="text"
self,
retrieve: str = "all",
full: bool = False,
sanitized: bool = False,
format="text",
) -> models.ConfigDict:
data = {
"startup": "",
Expand Down

0 comments on commit 4362e3e

Please sign in to comment.