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

Commit

Permalink
added Optional and Union to imports from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinando Simonetti committed Feb 9, 2024
1 parent 4ec10c9 commit e2353ee
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 @@ -3,7 +3,7 @@
import os
import logging

from typing import Any, Dict, List
from typing import Any, Dict, List, Optional, Union
import tempfile

import requests
Expand Down

0 comments on commit e2353ee

Please sign in to comment.