Adds a comment to satisy Sonar

This commit is contained in:
Trenton H
2026-03-20 12:58:17 -07:00
parent a806280c1b
commit 36ce9218ec

View File

@@ -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