mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-20 08:28:31 +00:00
The abstract method had no return annotation, so pyrefly inferred -> None and flagged both DirectoryExportSink.stream and ZipExportSink.stream as incompatible overrides.