isort - sort imports

This commit is contained in:
Shaun Voigt 2020-04-06 17:54:42 +09:30
parent b6fbedf471
commit 953bd80e2e

View file

@ -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: