From d3267dfdca349f38bae69d5faf7dbed366d47a43 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 5 Jul 2019 18:11:55 +0200 Subject: [PATCH] fix broken import --- distbot/plugins/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- 2.39.5