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