Skip to content

Commit

Permalink
Remove holdover docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetim authored Oct 17, 2024
1 parent f55f914 commit e3e7ce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion papermill/translators.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ def assign(cls, name, str_val):
class StataTranslator(Translator):
@classmethod
def translate_escaped_str(cls, str_val):
"""Reusable by most interpreters"""
if isinstance(str_val, str):
str_val = str_val.encode('unicode_escape')
str_val = str_val.decode('utf-8')
Expand Down

0 comments on commit e3e7ce6

Please sign in to comment.