Skip to content

Commit

Permalink
disable async for fsspec uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Jun 24, 2024
1 parent 45a3233 commit e25276d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unstructured/ingest/v2/processes/connectors/fsspec/fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ class FsspecUploaderConfig(FileConfig, UploaderConfig):
class FsspecUploader(Uploader):
upload_config: FsspecUploaderConfigT = field(default=None)

def is_async(self) -> bool:
return self.fs.async_impl

@property
def fs(self) -> "AbstractFileSystem":
from fsspec import get_filesystem_class
Expand Down

0 comments on commit e25276d

Please sign in to comment.