Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2024
1 parent c03a5bc commit 1693670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papermill/translators.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def translate_escaped_str(cls, str_val):
str_val = str_val.encode('unicode_escape')
str_val = str_val.decode('utf-8')
return f"""`"{str_val}"'"""

@classmethod
def translate_none(cls, val):
return '""'
Expand Down

0 comments on commit 1693670

Please sign in to comment.