summaryrefslogtreecommitdiff
path: root/tests/frontend/mirror.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/mirror.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/mirror.py')
-rw-r--r--tests/frontend/mirror.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/mirror.py b/tests/frontend/mirror.py
index 55bb8a328..3f1d7181f 100644
--- a/tests/frontend/mirror.py
+++ b/tests/frontend/mirror.py
@@ -1,12 +1,12 @@
import os
import pytest
-from tests.testutils import create_repo, generate_junction
+from tests.testutils import create_repo
from buildstream import _yaml
-from buildstream._exceptions import ErrorDomain
from buildstream.plugintestutils import cli
+
# Project directory
TOP_DIR = os.path.dirname(os.path.realpath(__file__))
DATA_DIR = os.path.join(TOP_DIR, 'project')