aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/goldenmoustache.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/goldenmoustache.py')
-rw-r--r--youtube_dl/extractor/goldenmoustache.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/extractor/goldenmoustache.py b/youtube_dl/extractor/goldenmoustache.py
index 4a07b5558..0fb509724 100644
--- a/youtube_dl/extractor/goldenmoustache.py
+++ b/youtube_dl/extractor/goldenmoustache.py
@@ -1,9 +1,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
-from ..utils import (
- int_or_none,
-)
class GoldenMoustacheIE(InfoExtractor):