diff --git a/cloudpathlib/cloudpath.py b/cloudpathlib/cloudpath.py index e6c856dc..35c1eabe 100644 --- a/cloudpathlib/cloudpath.py +++ b/cloudpathlib/cloudpath.py @@ -3,6 +3,7 @@ import collections.abc from contextlib import contextmanager import os +import smart_open from pathlib import ( # type: ignore Path, PosixPath, @@ -468,7 +469,7 @@ def open( closefd=closefd, opener=opener, transport_params={"client": self.client.client} - + ) return smart_open.open(**kwargs) def read_text(