mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +00:00
all: test 3.13 ci (#27197)
Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -83,4 +83,4 @@ class UnstructuredMarkdownLoader(UnstructuredFileLoader):
|
||||
"Partitioning markdown files is only supported in unstructured>=0.4.16."
|
||||
)
|
||||
|
||||
return partition_md(filename=self.file_path, **self.unstructured_kwargs)
|
||||
return partition_md(filename=self.file_path, **self.unstructured_kwargs) # type: ignore[arg-type]
|
||||
|
Reference in New Issue
Block a user