Skip to content

Commit 5c839f1

Browse files
committed
pep8: add missing newline
1 parent 9e2feb3 commit 5c839f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/parser_test_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def _test_calldef_exceptions(self, calldef, exceptions):
100100
"reality it is different('%s')") %
101101
(calldef.name,
102102
pprint.pformat([delc.name for delc in exception_decls]),
103-
pprint.pformat([delc.name for delc in exceptions_indeed])))
103+
pprint.pformat([delc.name for delc in exceptions_indeed])))

0 commit comments

Comments
 (0)