From 01b8251e106fc3d353e4f20c8c878c87351e60b7 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Wed, 8 Dec 2021 19:40:39 +0100 Subject: [PATCH] remove unused, deprecated and no longer present unichr import --- distbot/plugins/fun.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2