Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
No need for Union in line 34 of Sharepoint base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinando Simonetti committed Feb 9, 2024
1 parent 01f048a commit 597783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_hub/microsoft_sharepoint/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(
client_secret: str,
tenant_id: str,
filename_as_id: bool = False,
file_extractor: Optional[Dict[str, Union[str, BaseReader]]] = None,
file_extractor: Optional[Dict[str, BaseReader]] = None,
) -> None:
"""
Initializes an instance of SharePoint reader.
Expand Down

0 comments on commit 597783b

Please sign in to comment.