Python formatting

This commit is contained in:
Mouse Reeve
2021-04-26 11:34:04 -07:00
parent cd869dde09
commit b16ac91b16

View File

@ -28,6 +28,7 @@ class BaseModel(TestCase):
class TestModel(base_model.BookWyrmModel):
""" just making it not abstract """
self.test_model = TestModel()
def test_remote_id(self):