From 9d783670a2c9fd9249d5e1df00522032dddb6f77 Mon Sep 17 00:00:00 2001 From: xithrius Date: Mon, 8 Mar 2021 02:19:02 -0800 Subject: Removed async_rediscache import. --- bot/exts/help_channels/_cog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index 0c524d526..9a33a6bb1 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -5,7 +5,6 @@ import typing as t from datetime import datetime, timezone from operator import attrgetter -import async_rediscache import discord import discord.abc from discord.ext import commands -- cgit v1.2.3