Remove redundant imports and variables

This commit is contained in:
Kellen
2022-03-29 00:50:34 -06:00
committed by GitHub
parent f5acd9e8b6
commit 4fd2d5fdfd
7 changed files with 4 additions and 14 deletions

View File

@ -48,7 +48,6 @@ from typing import TYPE_CHECKING, Any, Callable, Tuple, Type, Optional, List, Di
if TYPE_CHECKING:
from .gateway import DiscordWebSocket
from .activity import BaseActivity
from .enums import Status
__all__ = (
'AutoShardedClient',