We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3514139 commit 3ad71a4Copy full SHA for 3ad71a4
1 file changed
papyrus/schemas/book.py
@@ -198,15 +198,10 @@ class BookList(BaseModel):
198
pagination: "Pagination"
199
200
201
-# Imports at bottom to avoid circular imports
202
if TYPE_CHECKING:
203
from papyrus.schemas.common import Pagination
204
from papyrus.schemas.shelf import ShelfSummary
205
from papyrus.schemas.tag import Tag
206
-else:
207
- from papyrus.schemas.common import Pagination
208
- from papyrus.schemas.shelf import ShelfSummary
209
- from papyrus.schemas.tag import Tag
210
211
Book.model_rebuild()
212
BookList.model_rebuild()
0 commit comments