mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 16:43:33 +08:00
Add missing blank lines after class or function definition.
This commit is contained in:
@@ -59,9 +59,12 @@ def build_lazy_ie(ie, name):
|
||||
s += make_valid_template.format(valid_url=ie._make_valid_url())
|
||||
return s
|
||||
|
||||
|
||||
# find the correct sorting and add the required base classes so that sublcasses
|
||||
# can be correctly created
|
||||
classes = _ALL_CLASSES[:-1]
|
||||
|
||||
|
||||
ordered_cls = []
|
||||
while classes:
|
||||
for c in classes[:]:
|
||||
|
||||
Reference in New Issue
Block a user