diff options
| author | thetimtoy <[email protected]> | 2021-07-20 23:48:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-21 02:48:11 -0400 |
| commit | 8675a18185b7c13cec92b24f5e0400c2d6f3ab3f (patch) | |
| tree | 8db7a6d00df297363aa636af8ece7b22f0770032 /discord/ext | |
| parent | Add versionadded to ui.View and ui.Item (diff) | |
| download | discord.py-8675a18185b7c13cec92b24f5e0400c2d6f3ab3f.tar.xz discord.py-8675a18185b7c13cec92b24f5e0400c2d6f3ab3f.zip | |
[commands] Remove unused copy import in Cog
Diffstat (limited to 'discord/ext')
| -rw-r--r-- | discord/ext/commands/cog.py | 1 |
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__ = ( |