Fix import statement for logging configuration in warm_up_docling.py
This commit is contained in:
parent
503fa92788
commit
cb3ceceafe
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from docling.document_converter import DocumentConverter
|
||||
import logging
|
||||
|
||||
from docling.document_converter import DocumentConverter
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue