Skip to content

Commit 2bd6e06

Browse files
committed
Sort __all__ in snekbox
1 parent 9567ddd commit 2bd6e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utils/snekbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from bot.exts.utils.snekbox._cog import CodeblockConverter, Snekbox
33
from bot.exts.utils.snekbox._eval import EvalJob, EvalResult
44

5-
__all__ = ("CodeblockConverter", "Snekbox", "EvalJob", "EvalResult")
5+
__all__ = ("CodeblockConverter", "EvalJob", "EvalResult", "Snekbox")
66

77

88
async def setup(bot: Bot) -> None:

0 commit comments

Comments
 (0)