daemon: finished class variable type hinting for core.nodes
This commit is contained in:
parent
452e0720f2
commit
6ee9590bdc
4 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,7 @@ class LinuxNetClient:
|
|||
|
||||
:param run: function to run commands with
|
||||
"""
|
||||
self.run = run
|
||||
self.run: Callable[..., str] = run
|
||||
|
||||
def set_hostname(self, name: str) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue