Update coding style after pycodestyle 2.1.0
[youtube-dl] / test / test_jsinterp.py
index a9abae5f54406a9e06d67e828bb89efc207a0cf8..c24b8ca742acc308ca9c455378564bbac053765d 100644 (file)
@@ -112,5 +112,6 @@ class TestJSInterpreter(unittest.TestCase):
         ''')
         self.assertEqual(jsi.call_function('z'), 5)
 
+
 if __name__ == '__main__':
     unittest.main()