1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-22 07:43:08 +00:00

[viddler] PEP8

This commit is contained in:
Philipp Hagemeister 2015-01-30 02:13:37 +01:00
parent a16f6643f0
commit 4fe8495a23

View file

@ -6,7 +6,7 @@ from ..utils import (
int_or_none, int_or_none,
) )
from ..compat import ( from ..compat import (
compat_urllib_request compat_urllib_request
) )