chore: bump Ruff to 0.5.7 (#7174)

This commit is contained in:
Bowen Liang
2024-08-12 10:24:48 +08:00
committed by GitHub
parent c48584fbb1
commit ccb6ddd840
3 changed files with 22 additions and 22 deletions

View File

@@ -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: