1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-31 23:50:37 +08:00

[ciscolive] Remove unnecessary ExtractorError import

This commit is contained in:
Austin de Coup-Crank
2018-11-02 13:53:52 -07:00
Unverified
parent 10ce83e1d5
commit 240ac9b0cc
+1 -2
View File
@@ -11,8 +11,7 @@ from ..utils import (
try_get,
clean_html,
urlencode_postdata,
int_or_none,
ExtractorError
int_or_none
)