Browse Source

Remove unused imports

pull/290/head
Antonio Espinosa 9 years ago
parent
commit
10ab1facff
  1. 2
      partner_firstname/tests/test_access_check.py

2
partner_firstname/tests/test_access_check.py

@ -2,7 +2,7 @@
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp.tests.common import HttpCase, TransactionCase
from openerp.tests.common import TransactionCase
from openerp.exceptions import AccessError

Loading…
Cancel
Save