aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/ext/commands/cog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py
index bda1b696..da428cff 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__ = (