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 2d8572a commit b086545Copy full SHA for b086545
Lib/test/test_flufl.py
@@ -47,5 +47,6 @@ def test_barry_as_bdfl_look_ma_with_no_compiler_flags(self):
47
self.assertEqual(cm.exception.lineno, 1)
48
self.assertEqual(cm.exception.offset, len(code) - 4)
49
50
+
51
if __name__ == '__main__':
52
unittest.main()
0 commit comments