[extractor/generic] PEP 8

pull/13772/head
Sergey M․ 7 years ago
parent cbbe66635f
commit 95908ce453
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -2797,7 +2797,6 @@ class GenericIE(InfoExtractor):
return self.playlist_from_matches(
mpfn_urls, video_id, video_title, ie=MegaphoneIE.ie_key())
def merge_dicts(dict1, dict2):
merged = {}
for k, v in dict1.items():

Loading…
Cancel
Save