Browse Source

[viddler] PEP8

master
Philipp Hagemeister 9 years ago
parent
commit
4fe8495a23
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/viddler.py

2
youtube_dl/extractor/viddler.py

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

Loading…
Cancel
Save