From 672e07609102778f62697fe202cc2e255c33538a Mon Sep 17 00:00:00 2001 From: chillymosh Date: Sat, 28 Aug 2021 23:13:44 +0100 Subject: [PATCH] removed erroneous import --- discord/ext/commands/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index 69eeed88..a94ad846 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -22,7 +22,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -from TwitchIO.twitchio.ext.commands import utils from __future__ import annotations