Skip to content

Commit

Permalink
[ADD] estate: Newline to fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
malm-odoo committed Oct 23, 2024
1 parent 324fdbb commit e8020f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion estate/models/estate_property_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class EstatePropertyType(models.Model):

_sql_constraints = [
('check_unique_name', 'UNIQUE(name)', "This tag name already exists."),
]
]

0 comments on commit e8020f0

Please sign in to comment.