mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 19:03:03 +00:00
[chore] Remove redundant imports
This also removes the historical patch for NullHandler implemented in bbf1c54
, as it has been available since Python 3.1.
This commit is contained in:
@ -30,12 +30,11 @@ import inspect
|
||||
import importlib.util
|
||||
import sys
|
||||
import traceback
|
||||
import re
|
||||
import types
|
||||
|
||||
import discord
|
||||
|
||||
from .core import GroupMixin, Command
|
||||
from .core import GroupMixin
|
||||
from .view import StringView
|
||||
from .context import Context
|
||||
from . import errors
|
||||
|
Reference in New Issue
Block a user