mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 08:36:32 +00:00
Fixes spacing for new Black release
This commit is contained in:
parent
b16ac91b16
commit
ff8601f329
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class BaseModel(TestCase):
|
|||
)
|
||||
|
||||
class TestModel(base_model.BookWyrmModel):
|
||||
""" just making it not abstract """
|
||||
"""just making it not abstract"""
|
||||
|
||||
self.test_model = TestModel()
|
||||
|
||||
|
|
Loading…
Reference in a new issue