1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 05:39:34 +00:00

[gamekings] remove unnecessary import

This commit is contained in:
Philipp Hagemeister 2013-11-16 02:31:02 +01:00
parent 52d703d3d1
commit 21ea3e06c9

View file

@ -1,9 +1,6 @@
import re
from .common import InfoExtractor
from ..utils import (
determine_ext,
)
class GamekingsIE(InfoExtractor):