mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-13 09:35:15 +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()
|
model_name = type(self).__name__.lower()
|
||||||
return f"{base_path}/{model_name}/{self.id}"
|
return f"{base_path}/{model_name}/{self.id}"
|
||||||
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
"""this is just here to provide default fields for other models"""
|
"""this is just here to provide default fields for other models"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue