summaryrefslogtreecommitdiff
path: root/tests/frontend/buildcheckout.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-19 18:56:21 +0000
committerBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-20 09:38:42 +0000
commitd5aa6720431db86ce429719f86b4b18ab786aa58 (patch)
treee45901c1b002f20d05ba8485a15fbe4cc4bab246 /tests/frontend/buildcheckout.py
parent481efa5e59a22c1b61e1d8ea89302a59f8254dc3 (diff)
downloadbuildstream-d5aa6720431db86ce429719f86b4b18ab786aa58.tar.gz
tests:lint: fix all unused-import from pylint
Removes all the ones thare were not needed Whitelist the ones that are actually needed for side effects
Diffstat (limited to 'tests/frontend/buildcheckout.py')
-rw-r--r--tests/frontend/buildcheckout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/buildcheckout.py b/tests/frontend/buildcheckout.py
index d8e4d2e42..a04edf6ee 100644
--- a/tests/frontend/buildcheckout.py
+++ b/tests/frontend/buildcheckout.py
@@ -6,7 +6,7 @@ import subprocess
import pytest
from tests.testutils.site import IS_WINDOWS
-from tests.testutils import create_repo, generate_junction
+from tests.testutils import generate_junction
from buildstream.plugintestutils import cli
from buildstream import _yaml