Skip to content

Commit 4bf0325

Browse files
committed
[LINT] estate: remove whitespace
1 parent b011fb1 commit 4bf0325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

estate/models/estate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class EstateProperty(models.Model):
2525
string="Orientation",
2626
selection=[
2727
("north", "N"),
28-
("south", "S"),
29-
("east", "E"),
28+
("south", "S"),
29+
("east", "E"),
3030
("west", "W"),
3131
],
3232
help="Orientation of the garden",

0 commit comments

Comments
 (0)