From 7474ed1f38b7b750e1cd2b5ebbfe9fc0f3f3d364 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Sat, 9 Mar 2019 10:51:46 +0000 Subject: tests:lint: reorder imports for consistency - Remove all wrong-import-order from pylint - Order some subgroups of imports --- tests/sources/git.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/sources/git.py') diff --git a/tests/sources/git.py b/tests/sources/git.py index 1f05055e4..068affd03 100644 --- a/tests/sources/git.py +++ b/tests/sources/git.py @@ -21,10 +21,11 @@ # import os -import pytest import subprocess import shutil +import pytest + from buildstream._exceptions import ErrorDomain from buildstream import _yaml from buildstream.plugin import CoreWarnings -- cgit v1.2.1