test: ungenutzte imports entfernen (ruff F401)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from app.ingest.extractors import extract, ExtractedPage, UnsupportedFileType
|
||||
from app.ingest.extractors import extract, UnsupportedFileType
|
||||
|
||||
|
||||
def test_extract_pdf_returns_pages(sample_pdf_bytes):
|
||||
|
||||
Reference in New Issue
Block a user