Skip to content

Commit e429205

Browse files
committed
[FIX] estate: PEP8 conformity\nestate_property.py whitespace in blankline (L7) deletation
1 parent 6deb7a6 commit e429205

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
@@ -4,7 +4,7 @@
44
class EstateProperty(models.Model):
55
_name = "estate.property"
66
_description = "An awesome estate module"
7-
7+
88
name = fields.Char(required=True)
99
description = fields.Text()
1010
postcode = fields.Char()

0 commit comments

Comments
 (0)