mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
Python formatting
This commit is contained in:
parent
cd869dde09
commit
b16ac91b16
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class BaseModel(TestCase):
|
||||||
|
|
||||||
class TestModel(base_model.BookWyrmModel):
|
class TestModel(base_model.BookWyrmModel):
|
||||||
""" just making it not abstract """
|
""" just making it not abstract """
|
||||||
|
|
||||||
self.test_model = TestModel()
|
self.test_model = TestModel()
|
||||||
|
|
||||||
def test_remote_id(self):
|
def test_remote_id(self):
|
||||||
|
|
Loading…
Reference in a new issue