Skip to content

Commit ac39bed

Browse files
committed
[FIX] estate: estate_property.py - EOL
1 parent b5fc120 commit ac39bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/models/estate_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def _onchange_garden(self):
6262
record.garden_orientation = ''
6363
else:
6464
record.garden_area = 10
65-
record.garden_orientation = 'north'
65+
record.garden_orientation = 'north'

0 commit comments

Comments
 (0)