aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core/utils/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_core/utils/function.py')
-rw-r--r--pydis_core/utils/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/utils/function.py b/pydis_core/utils/function.py
index 98737af0..7a97027b 100644
--- a/pydis_core/utils/function.py
+++ b/pydis_core/utils/function.py
@@ -7,7 +7,7 @@ import types
import typing
from collections.abc import Callable, Sequence, Set
-__all__ = ["command_wraps", "GlobalNameConflictError", "update_wrapper_globals"]
+__all__ = ["GlobalNameConflictError", "command_wraps", "update_wrapper_globals"]
if typing.TYPE_CHECKING: