Python formatting

This commit is contained in:
Mouse Reeve
2021-08-02 16:07:39 -07:00
parent 6d8bced0f1
commit 0a7afdb1c0
6 changed files with 9 additions and 27 deletions

View File

@ -16,9 +16,7 @@ class Shelf(TestCase):
"mouse", "mouse@mouse.mouse", "mouseword", local=True, localname="mouse"
)
work = models.Work.objects.create(title="Test Work")
self.book = models.Edition.objects.create(
title="test book", parent_work=work
)
self.book = models.Edition.objects.create(title="test book", parent_work=work)
def test_remote_id(self):
"""shelves use custom remote ids"""