Browse Source
[commands] Remove unused copy import in Cog
pull/7269/head
thetimtoy
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
discord/ext/commands/cog.py
|
@ -23,7 +23,6 @@ DEALINGS IN THE SOFTWARE. |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
import inspect |
|
|
import inspect |
|
|
import copy |
|
|
|
|
|
from ._types import _BaseCommand |
|
|
from ._types import _BaseCommand |
|
|
|
|
|
|
|
|
__all__ = ( |
|
|
__all__ = ( |
|
|