Update coding style after pycodestyle 2.1.0
[youtube-dl] / test / test_http.py
index bb0a098e48f5cae93cade9b4bc99c4a4d1a545ed..7a7a3510ffb46e2791153dff5e4157bb21433056 100644 (file)
@@ -169,5 +169,6 @@ class TestProxy(unittest.TestCase):
         # b'xn--fiq228c' is '中文'.encode('idna')
         self.assertEqual(response, 'normal: http://xn--fiq228c.tw/')
 
+
 if __name__ == '__main__':
     unittest.main()