Skip to content

Commit 95d4073

Browse files
committed
Add newline to end of file.
The parser currently doesn't handle missing newline gracefully.
1 parent a6288ac commit 95d4073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snippets/builtin_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
except TypeError:
66
pass
77
else:
8-
assert False, "TypeError not raised when format is called with a number"
8+
assert False, "TypeError not raised when format is called with a number"

0 commit comments

Comments
 (0)