PEP8 applied
[youtube-dl] / test / test_subtitles.py
index 94e3290db6966b6f44159c0893d16713c0c5c207..2eeb31bc6e1a664a06c3a9a69d125688a67aaa94 100644 (file)
@@ -23,6 +23,7 @@ from youtube_dl.extractor import (
 class BaseTestSubtitles(unittest.TestCase):
     url = None
     IE = None
+
     def setUp(self):
         self.DL = FakeYDL()
         self.ie = self.IE(self.DL)