Fixed a typo
This commit is contained in:
parent
75b5739f81
commit
c65dcff991
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ class DocumentManager:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
input_dir: str,
|
input_dir: str,
|
||||||
supported_extensions: tuple = (".txt", ".md", ".pdf", ".docx", ".pptx", "xlsx"),
|
supported_extensions: tuple = (".txt", ".md", ".pdf", ".docx", ".pptx", ".xlsx"),
|
||||||
):
|
):
|
||||||
self.input_dir = Path(input_dir)
|
self.input_dir = Path(input_dir)
|
||||||
self.supported_extensions = supported_extensions
|
self.supported_extensions = supported_extensions
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue