Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
🎨 Automatic sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 21, 2021
1 parent e1841a1 commit 3428f1d
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions pincer/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,8 @@
)

__all__ = (
"ChannelTypes",
"ChatCommandHandler",
"Choice",
"Choices",
"CommandArg",
"Description",
"MaxValue",
"MinValue",
"Modifier",
"command",
"message_command",
"user_command",
"hash_app_command",
"hash_app_command_params",
"", "ChannelTypes", "ChatCommandHandler", "Choice", "Choices",
"CommandArg", "Description", "MaxValue", "MinValue", "Modifier", "command",
"hash_app_command", "hash_app_command_params", "message_command",
"user_command"
)

0 comments on commit 3428f1d

Please sign in to comment.