Skip to content
Snippets Groups Projects
Commit 78f07abe authored by Pelle Koster's avatar Pelle Koster
Browse files

pep8

parent ab928bcc
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ class NetconfRouterCheck(sensu.AbstractCheck): ...@@ -53,7 +53,7 @@ class NetconfRouterCheck(sensu.AbstractCheck):
hostname=self.router, hostname=self.router,
config=self.ifc_check_params["config"], config=self.ifc_check_params["config"],
script=self.ifc_check_params["script"], script=self.ifc_check_params["script"],
args=f'--juniper {self.router} --all' args=f"--juniper {self.router} --all",
) )
@sensu.AbstractCheck.proxy_entity_name.getter @sensu.AbstractCheck.proxy_entity_name.getter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment