style: fix linting issues in retry and metadata extraction code

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-13 21:07:23 +00:00
parent 42d35c7c6f
commit bcf5f652fc
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ def extract_json_from_text(text):
def extract_metadata_with_gpt(self, filename: str, cleaned_text: str, file_id: int = None):
"""
Uses OpenAI to classify document metadata.
Args:
filename: Can be either a basename (e.g., "file.pdf") or a full path (e.g., "/workdir/processed/file.pdf")
cleaned_text: The extracted text from the document