From 8675a18185b7c13cec92b24f5e0400c2d6f3ab3f Mon Sep 17 00:00:00 2001 From: thetimtoy <31359881+thetimtoy@users.noreply.github.com> Date: Tue, 20 Jul 2021 23:48:11 -0700 Subject: [PATCH] [commands] Remove unused copy import in Cog --- discord/ext/commands/cog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py index bda1b696d..da428cffd 100644 --- a/discord/ext/commands/cog.py +++ b/discord/ext/commands/cog.py @@ -23,7 +23,6 @@ DEALINGS IN THE SOFTWARE. """ import inspect -import copy from ._types import _BaseCommand __all__ = (