Browse Source

[commands] Remove unused copy import in Cog

pull/7269/head
thetimtoy 4 years ago
committed by GitHub
parent
commit
8675a18185
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/ext/commands/cog.py

1
discord/ext/commands/cog.py

@ -23,7 +23,6 @@ DEALINGS IN THE SOFTWARE.
"""
import inspect
import copy
from ._types import _BaseCommand
__all__ = (

Loading…
Cancel
Save