Skip to content

Commit

Permalink
.text still needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Schouten authored and Nick Schouten committed Nov 20, 2024
1 parent df525ba commit 3f3e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papermill/iorw.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _get_read_kwargs(cls):

@classmethod
def read(cls, path):
return requests.get(path, **cls._get_read_kwargs())
return requests.get(path, **cls._get_read_kwargs()).text

@classmethod
def listdir(cls, path):
Expand Down

0 comments on commit 3f3e243

Please sign in to comment.