From: Thorsten Date: Fri, 5 Jul 2019 16:11:55 +0000 (+0200) Subject: fix broken import X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=d3267dfdca349f38bae69d5faf7dbed366d47a43;p=urlbot-v3.git fix broken import --- diff --git a/distbot/plugins/url.py b/distbot/plugins/url.py index 35f66af..3865ad2 100644 --- a/distbot/plugins/url.py +++ b/distbot/plugins/url.py @@ -8,11 +8,11 @@ from urllib.parse import urlparse import requests -from common.utils import extract_title from distbot.bot.worker import Worker from distbot.common.action import Action from distbot.common.config import conf_get, conf_set from distbot.common.message import get_nick_from_message, get_words +from distbot.common.utils import extract_title logger = logging.getLogger(__name__)