From c62293c5cbc2305c1969572661546e1c351558ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 3 Aug 2021 17:18:39 -0500 Subject: pep 8 --- youtube/watch.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'youtube') diff --git a/youtube/watch.py b/youtube/watch.py index f710134..ce1637b 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -8,7 +8,6 @@ from flask import request import flask import json -import html import gevent import os import math @@ -39,8 +38,7 @@ def get_video_sources(info): 'width': fmt['width'], }) - #### order the videos sources so the preferred resolution is first ### - + # order the videos sources so the preferred resolution is first # video_sources.sort(key=lambda source: source['quality'], reverse=True) return video_sources -- cgit v1.2.3