Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanNiem committed Jan 28, 2025
1 parent 9d91a41 commit 3d834e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataland_qa_lab/pages/text_to_doc_intelligence.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from azure.ai.documentintelligence.models import DocumentContentFormat
from azure.core.credentials import AzureKeyCredential

from dataland_qa_lab.database.database_engine import add_entity, create_tables, get_entity, update_entity
from dataland_qa_lab.database.database_engine import add_entity, create_tables, get_entity
from dataland_qa_lab.database.database_tables import ReviewedDatasetMarkdowns
from dataland_qa_lab.utils import config

Expand Down

0 comments on commit 3d834e0

Please sign in to comment.