[commands] Remove unused copy import in Cog

This commit is contained in:
thetimtoy 2021-07-20 23:48:11 -07:00 committed by GitHub
parent a0e5e062c9
commit 8675a18185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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