Files
paperless-ngx/src
Trenton H 1870f69053 Fix: use Self as __enter__ return type in TextDocumentParser
Returning the concrete class name would give callers the wrong type if
the class is ever subclassed.  Self resolves to the actual runtime type,
matching the ParserProtocol declaration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 15:25:54 -07:00
..
2026-03-09 01:52:08 +00:00
2023-04-26 09:35:27 -07:00