fix linter errors
This commit is contained in:
parent
30fc8f08cd
commit
31d8c3112e
1 changed files with 1 additions and 3 deletions
|
|
@ -2,13 +2,11 @@
|
|||
import logging
|
||||
import os
|
||||
from datetime import datetime, timezone
|
||||
from typing import Any, Optional, Generator
|
||||
from urllib.parse import urljoin, quote
|
||||
from typing import Any, Optional
|
||||
|
||||
from webdav4.client import Client as WebDAVClient
|
||||
|
||||
from common.data_source.utils import (
|
||||
extract_size_bytes,
|
||||
get_file_ext,
|
||||
)
|
||||
from common.data_source.config import DocumentSource, INDEX_BATCH_SIZE, BLOB_STORAGE_SIZE_THRESHOLD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue