remove trailing line in docs

This commit is contained in:
collerek
2020-12-04 15:19:18 +01:00
parent f071d4538e
commit ad44653acd

View File

@ -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