This commit is contained in:
2023-06-06 21:17:34 +02:00
parent 1702632ee9
commit 1331d65b9f
3 changed files with 4 additions and 4 deletions

View File

@@ -45,4 +45,4 @@ class PageWithAuthorBook(Page[AuthorBook]):
class PageWithTranslatedBook(Page[TranslatedBook]):
parent_item: TranslatedBook | None
parent_item: Author | None