diff --git a/commands/__init__.py b/commands/__init__.py index 429d97f..86a67d8 100644 --- a/commands/__init__.py +++ b/commands/__init__.py @@ -11,7 +11,3 @@ __all__ = [ "match_token", "tokenize", ] - - -def __reload_module__(): - globals().update({k: v for k, v in vars(utils).items() if not k.startswith("_")})