daemon: added missing type hint to core.nodes.interface.CoreInterface
This commit is contained in:
parent
a389dc6240
commit
39fd11efb3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class CoreInterface:
|
|||
self.mtu: int = mtu
|
||||
self.net: Optional[CoreNetworkBase] = None
|
||||
self.othernet: Optional[CoreNetworkBase] = None
|
||||
self._params = {}
|
||||
self._params: Dict[str, float] = {}
|
||||
self.addrlist: List[str] = []
|
||||
self.hwaddr: Optional[str] = None
|
||||
# placeholder position hook
|
||||
|
|
Loading…
Reference in a new issue