Skip to content

Commit

Permalink
remove redundent __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithSwastik committed Oct 26, 2021
1 parent 2b77c86 commit 6e2cb76
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions discord/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from ..utils import find, get_or_fetch, async_all
from ..errors import ValidationError, ClientException
from .errors import ApplicationCommandError, CheckFailure, ApplicationCommandInvokeError
from .permissions import Permission, has_role, has_any_role, is_user, is_owner, permission
from .permissions import Permission

__all__ = (
"_BaseCommand",
Expand All @@ -58,11 +58,6 @@
"ContextMenuCommand",
"UserCommand",
"MessageCommand",
"has_role",
"has_any_role",
"is_user",
"is_owner",
"permission",
)

def wrap_callback(coro):
Expand Down

0 comments on commit 6e2cb76

Please sign in to comment.