1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-06 04:53:45 +08:00

Add missing blank lines after class or function definition.

This commit is contained in:
stepshal
2016-07-19 00:29:25 +07:00
Unverified
parent a66a73ee90
commit 3ba4e29a3f
26 changed files with 35 additions and 0 deletions
+1
View File
@@ -1024,5 +1024,6 @@ The first line
self.assertEqual(get_element_by_class('foo', html), 'nice')
self.assertEqual(get_element_by_class('no-such-class', html), None)
if __name__ == '__main__':
unittest.main()