Skip to content

Commit 3f3e243

Browse files
Nick SchoutenNick Schouten
Nick Schouten
authored and
Nick Schouten
committed
.text still needed
1 parent df525ba commit 3f3e243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papermill/iorw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def _get_read_kwargs(cls):
184184

185185
@classmethod
186186
def read(cls, path):
187-
return requests.get(path, **cls._get_read_kwargs())
187+
return requests.get(path, **cls._get_read_kwargs()).text
188188

189189
@classmethod
190190
def listdir(cls, path):

0 commit comments

Comments
 (0)