We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323f43b commit 164f302Copy full SHA for 164f302
1 file changed
parsers/parser.py
@@ -676,7 +676,6 @@ def set_closing_string(match):
676
if match is not None:
677
s = match.group(0).strip()[0:3]
678
if s in ['"""', "'''"]:
679
- print('setting closing string to {}'.format(s))
680
self.closing_string = s
681
else:
682
raise Exception('could not find closing string. Match was: {}'.format(match))
0 commit comments