We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bc869 commit 2e7f323Copy full SHA for 2e7f323
Lib/test/test_capi/test_codecs.py
@@ -874,5 +874,6 @@ def do_test_codec_errors_handler(self, handler, exceptions):
874
with self.subTest('bad type', handler=handler, exc=bad_exc):
875
self.assertRaises(TypeError, handler, bad_exc)
876
877
+
878
if __name__ == "__main__":
879
unittest.main()
0 commit comments