From ad3ec72ac44ee27926fa063e1173f515c1546951 Mon Sep 17 00:00:00 2001 From: Adhityaa C Date: Sun, 12 Jun 2016 17:16:21 +0530 Subject: [PATCH] coalaCITest: Remove unused imports --- tests/coalaCITest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/coalaCITest.py b/tests/coalaCITest.py index 1b4d778c93..b5b6f94019 100644 --- a/tests/coalaCITest.py +++ b/tests/coalaCITest.py @@ -4,11 +4,8 @@ import unittest from tempfile import NamedTemporaryFile, TemporaryDirectory -from pyprint.NullPrinter import NullPrinter - from coalib import coala_ci from coalib.misc.ContextManagers import make_temp, prepare_file -from coalib.output.printers.LogPrinter import LogPrinter from tests.TestUtilities import bear_test_module, execute_coala