From 36ce9218ec9c9bc447f0d4fbdb85b256a7faede0 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:58:17 -0700 Subject: [PATCH] Adds a comment to satisy Sonar --- src/documents/tests/test_consumer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/documents/tests/test_consumer.py b/src/documents/tests/test_consumer.py index 3fb25f978..df4c7d9c4 100644 --- a/src/documents/tests/test_consumer.py +++ b/src/documents/tests/test_consumer.py @@ -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