mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-03-21 00:15:57 +00:00
Adds a comment to satisy Sonar
This commit is contained in:
@@ -84,7 +84,9 @@ class _BaseNewStyleParser:
|
||||
shutil.rmtree(self._tmpdir, ignore_errors=True)
|
||||
|
||||
def configure(self, context) -> None:
|
||||
pass
|
||||
"""
|
||||
Test parser doesn't do anything with context
|
||||
"""
|
||||
|
||||
def parse(self, document_path, mime_type, *, produce_archive: bool = True) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user