Skip to content

Commit 2e7f323

Browse files
committed
add double blank line
1 parent d6bc869 commit 2e7f323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_codecs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,5 +874,6 @@ def do_test_codec_errors_handler(self, handler, exceptions):
874874
with self.subTest('bad type', handler=handler, exc=bad_exc):
875875
self.assertRaises(TypeError, handler, bad_exc)
876876

877+
877878
if __name__ == "__main__":
878879
unittest.main()

0 commit comments

Comments
 (0)