Skip to content

Commit 410476b

Browse files
committed
[FIX] Fix indentation
1 parent dfd0271 commit 410476b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mass_merge/models/base_merge_model.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
44
from odoo import _, api, fields, models
55

6-
"""
7-
This class holds configuration about which models are allowed to be merged,
8-
and which fields are to be used to to match
9-
"""
10-
class BaseMergeModel(models.Model):
6+
"""
7+
This class holds configuration about which models are allowed to be merged,
8+
and which fields are to be used to to match
9+
"""
10+
1111

12+
class BaseMergeModel(models.Model):
1213
_name = 'base.merge.model'
1314
_description = 'Base Merge Model'
1415

0 commit comments

Comments
 (0)