1
0
mirror of https://code.hackerspace.pl/q3k/youtube-dl synced 2025-03-15 17:44:33 +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,
)
from ..compat import (
compat_urllib_request
compat_urllib_request
)