Code format

This commit is contained in:
Carlos Camara 2024-01-06 09:50:14 +01:00
parent c2622a510c
commit 93cab480d6

View file

@ -37,7 +37,7 @@ class ExportViews(TestCase):
remote_id="https://example.com/book/1", remote_id="https://example.com/book/1",
parent_work=self.work, parent_work=self.work,
isbn_13="9781234567890", isbn_13="9781234567890",
bnf_id="beep" bnf_id="beep",
) )
def setUp(self): def setUp(self):