isort - sort imports
This commit is contained in:
parent
b6fbedf471
commit
953bd80e2e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Clients for dealing with bridge/interface commands.
|
|||
import json
|
||||
from typing import Callable
|
||||
|
||||
from core.constants import ETHTOOL_BIN, IP_BIN, OVS_BIN, TC_BIN, SYSCTL_BIN
|
||||
from core.constants import ETHTOOL_BIN, IP_BIN, OVS_BIN, SYSCTL_BIN, TC_BIN
|
||||
|
||||
|
||||
class LinuxNetClient:
|
||||
|
|
Loading…
Reference in a new issue