Skip to content

Commit 1693670

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c03a5bc commit 1693670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papermill/translators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def translate_escaped_str(cls, str_val):
553553
str_val = str_val.encode('unicode_escape')
554554
str_val = str_val.decode('utf-8')
555555
return f"""`"{str_val}"'"""
556-
556+
557557
@classmethod
558558
def translate_none(cls, val):
559559
return '""'

0 commit comments

Comments
 (0)