fixed WirelessModelType usage to avoid runtime errors
This commit is contained in:
parent
c0fcc91d10
commit
0388140068
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ class WlanNode(CoreNetwork):
|
||||||
# invokes any netif.poshook
|
# invokes any netif.poshook
|
||||||
netif.setposition(x, y, z)
|
netif.setposition(x, y, z)
|
||||||
|
|
||||||
def setmodel(self, model: WirelessModelType, config: Dict[str, str]):
|
def setmodel(self, model: "WirelessModelType", config: Dict[str, str]):
|
||||||
"""
|
"""
|
||||||
Sets the mobility and wireless model.
|
Sets the mobility and wireless model.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue