1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-18 18:29:59 +08:00

lazy extractors: Style fixes

* Sort extractors alphabetically
* Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
This commit is contained in:
Jaime Marquínez Ferrándiz
2016-02-21 12:22:12 +01:00
Unverified
parent c1ce6acdd7
commit 6b97ca96fc
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -1,5 +1,4 @@
# encoding: utf-8
# flake8: noqa
from __future__ import unicode_literals
import re