fixed base.py imports with isort
This commit is contained in:
parent
7aa013d351
commit
031517ba56
1 changed files with 1 additions and 2 deletions
|
@ -14,14 +14,13 @@ import threading
|
|||
from builtins import range
|
||||
from socket import AF_INET, AF_INET6
|
||||
|
||||
from fabric import Connection
|
||||
|
||||
from core import constants, utils
|
||||
from core.emulator.data import LinkData, NodeData
|
||||
from core.emulator.enumerations import LinkTypes, NodeTypes
|
||||
from core.nodes import client, ipaddress
|
||||
from core.nodes.interface import CoreInterface, TunTap, Veth
|
||||
from core.nodes.netclient import LinuxNetClient, OvsNetClient
|
||||
from fabric import Connection
|
||||
|
||||
_DEFAULT_MTU = 1500
|
||||
|
||||
|
|
Loading…
Reference in a new issue