Skip to content

Commit

Permalink
add the import
Browse files Browse the repository at this point in the history
  • Loading branch information
msmitherdc committed Apr 19, 2023
1 parent 726113e commit 608fd35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudpathlib/cloudpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import collections.abc
from contextlib import contextmanager
import os
import smart_open
from pathlib import ( # type: ignore
Path,
PosixPath,
Expand Down Expand Up @@ -468,7 +469,7 @@ def open(
closefd=closefd,
opener=opener,
transport_params={"client": self.client.client}

)
return smart_open.open(**kwargs)

def read_text(
Expand Down

0 comments on commit 608fd35

Please sign in to comment.