mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-08 23:32:21 +00:00
Black
This commit is contained in:
parent
9fa8caba45
commit
594fa5d058
2 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ class BookWyrmModel(models.Model):
|
|||
model_name = type(self).__name__.lower()
|
||||
return f"{base_path}/{model_name}/{self.id}"
|
||||
|
||||
|
||||
class Meta:
|
||||
"""this is just here to provide default fields for other models"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue