Python formatting for the new Black standard

This commit is contained in:
Mouse Reeve
2021-04-26 14:43:29 -07:00
parent 85297426e0
commit 7b65291a59
3 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ from .image import Document
@dataclass(init=False)
class BookData(ActivityObject):
""" shared fields for all book data and authors"""
"""shared fields for all book data and authors"""
openlibraryKey: str = None
inventaireId: str = None