refactor: decompose scholars service and pdf_queue into focused modules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8c6069c121
commit
b701583716
10 changed files with 1592 additions and 1443 deletions
|
|
@ -21,7 +21,7 @@ from app.services.publication_identifiers.types import (
|
|||
)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from app.services.publications.pdf_queue import PdfQueueListItem
|
||||
from app.services.publications.pdf_queue_queries import PdfQueueListItem
|
||||
from app.services.publications.types import PublicationListItem, UnreadPublicationItem
|
||||
|
||||
CONFIDENCE_HIGH = 0.98
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue