Browse Source

[FIX] remove import statements for tests

12.0
Stephan Keller 4 years ago
parent
commit
8893119b61
  1. 1
      base_partner_sequence/__init__.py
  2. 1
      partner_multi_relation/__init__.py

1
base_partner_sequence/__init__.py

@ -1,4 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import tests

1
partner_multi_relation/__init__.py

@ -1,3 +1,2 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import tests
Loading…
Cancel
Save