remove trailing line in docs
This commit is contained in:
@ -20,4 +20,3 @@ class Course(ormar.Model):
|
|||||||
@property_field
|
@property_field
|
||||||
def prefixed_name(self):
|
def prefixed_name(self):
|
||||||
return 'custom_prefix__' + self.name
|
return 'custom_prefix__' + self.name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user