Skip to content

Commit 32361d1

Browse files
committed
[LINT] estate: adding new lines to the end of the few file
1 parent 6f6f123 commit 32361d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

estate/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from . import estate_property
1+
from . import estate_property

estate/models/estate_property.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ class EstateProperty(models.Model):
1616
garage = fields.Boolean()
1717
garden = fields.Boolean()
1818
garden_area = fields.Integer()
19-
garden_orientation = fields.Selection(string="Orientation", selection=[("North", "North"), ("South", "South"), ("East", "East"), ("West", "West")])
19+
garden_orientation = fields.Selection(string="Orientation", selection=[("North", "North"), ("South", "South"), ("East", "East"), ("West", "West")])
20+

0 commit comments

Comments
 (0)