chore: bump Ruff to 0.5.7 (#7174)
This commit is contained in:
parent
c48584fbb1
commit
ccb6ddd840
3 changed files with 22 additions and 22 deletions
|
|
@ -25,7 +25,7 @@ class UnstructuredWordExtractor(BaseExtractor):
|
|||
from unstructured.file_utils.filetype import FileType, detect_filetype
|
||||
|
||||
unstructured_version = tuple(
|
||||
[int(x) for x in __unstructured_version__.split(".")]
|
||||
int(x) for x in __unstructured_version__.split(".")
|
||||
)
|
||||
# check the file extension
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue