Merge pull request #52 from neko404notfound/patch-2

Fixed broken import someone didn't check.
This commit is contained in:
davfsa 2018-06-20 19:43:45 +02:00 committed by GitHub
commit 6ae7113f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ from discord.ext import commands
import youtube_dl import youtube_dl
# noinspection PyUnresolvedReferences,PyUnresolvedReferences,PyPackageRequirements # noinspection PyUnresolvedReferences,PyUnresolvedReferences,PyPackageRequirements
from utils import noblock from . utils import noblock
YT_DL_OPTS = { YT_DL_OPTS = {