From 6082f6a71d9d5f47c17ba81de4537494d9cbd97a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Sep 2013 17:06:49 +0200 Subject: [PATCH] [FIX] unused import --- async_move_line_importer/tests/test_async_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/async_move_line_importer/tests/test_async_import.py b/async_move_line_importer/tests/test_async_import.py index ff93891a2..e0c477899 100644 --- a/async_move_line_importer/tests/test_async_import.py +++ b/async_move_line_importer/tests/test_async_import.py @@ -23,7 +23,6 @@ import tempfile import openerp.tests.common as test_common from openerp import addons -from ..model import move_line_importer class TestMoveLineImporter(test_common.SingleTransactionCase):