[commands] Remove unused copy import in Cog

This commit is contained in:
thetimtoy
2021-07-21 02:48:11 -04:00
committed by GitHub
parent a0e5e062c9
commit 8675a18185
-1
View File
@@ -23,7 +23,6 @@ DEALINGS IN THE SOFTWARE.
""" """
import inspect import inspect
import copy
from ._types import _BaseCommand from ._types import _BaseCommand
__all__ = ( __all__ = (