From 8ffacc709bd25b3b488ef4f1c0600952a41b35b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81opaciuk?= Date: Tue, 12 Dec 2017 17:10:51 +0100 Subject: [PATCH] remove unused import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Łopaciuk --- tests/functional/cds/test_cds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/cds/test_cds.py b/tests/functional/cds/test_cds.py index a864d534..32e4e23d 100644 --- a/tests/functional/cds/test_cds.py +++ b/tests/functional/cds/test_cds.py @@ -16,7 +16,6 @@ from hepcrawl.testlib.celery_monitor import CeleryMonitor from hepcrawl.testlib.fixtures import ( - get_test_suite_path, expected_json_results_from_file, clean_dir, )