daemon: finished class variable type hinting for core.nodes

This commit is contained in:
Blake Harnden 2020-06-10 08:52:51 -07:00
parent 452e0720f2
commit 6ee9590bdc
4 changed files with 15 additions and 15 deletions

View file

@ -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:
"""