From: Thorsten S Date: Wed, 8 Dec 2021 18:40:39 +0000 (+0100) Subject: remove unused, deprecated and no longer present unichr import X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=01b8251e106fc3d353e4f20c8c878c87351e60b7;p=urlbot-v3.git remove unused, deprecated and no longer present unichr import --- diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index fb636f5..4ecb568 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -4,8 +4,6 @@ import logging import random import time -from idna import unichr - from distbot.bot.worker import Worker from distbot.common.action import Action from distbot.common.config import conf_get