Integration tests/bond: Fix import order

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2019-12-12 21:05:24 +01:00
parent 09f5ba4836
commit 6b945eb4d0

View File

@ -17,8 +17,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
import pytest
import time
import pytest
import yaml
import libnmstate