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

Commit

Permalink
Removed unneeded import
Browse files Browse the repository at this point in the history
Using requests Unconditional's docker install returned error code 400.
So stuck with native py api.
  • Loading branch information
András Otártics committed Nov 21, 2023
1 parent 0396335 commit e1f73ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llama_hub/file/unstructured/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from llama_index.readers.base import BaseReader
from llama_index.readers.schema.base import Document
import requests
import json

class UnstructuredReader(BaseReader):
Expand Down

0 comments on commit e1f73ef

Please sign in to comment.