Files
paperless-ngx/src
stumpylog a8ddeecb77 Fix: make ExportSink a real ABC per design spec
The implementation plan for Task 2 diverged from the design spec
(export-sink-architecture-design.md), leaving ExportSink as a plain
class with NotImplementedError bodies instead of the specified
AbstractContextManager subclass. Use abc.ABC + @abstractmethod so a
concrete sink missing a required method fails at instantiation
rather than at first call.
2026-08-05 13:21:44 -07:00
..
2026-08-04 15:03:23 +00:00
2026-08-01 14:38:08 -07:00
2023-04-26 09:35:27 -07:00