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
|
@ -20,8 +20,8 @@ class VnodeClient:
|
|||
:param name: name for client
|
||||
:param ctrlchnlname: control channel name
|
||||
"""
|
||||
self.name = name
|
||||
self.ctrlchnlname = ctrlchnlname
|
||||
self.name: str = name
|
||||
self.ctrlchnlname: str = ctrlchnlname
|
||||
|
||||
def _verify_connection(self) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue