Made changes recommended by flake8

Ran flake8 on my machine and made recommended changes.
This commit is contained in:
kucksdorfs 2018-03-06 19:30:57 -06:00 committed by GitHub
parent ac1ed971f6
commit ae059543bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,6 @@ class CBSIE(CBSBaseIE):
'Downloading %s SMIL data' % asset_type)
formats.extend(tp_formats)
subtitles = self._merge_subtitles(subtitles, tp_subtitles)
self._sort_formats(formats)
info = self._extract_theplatform_metadata(tp_path, content_id)