aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core_modules/commands/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_modules/commands/__init__.py b/src/core_modules/commands/__init__.py
index 0e3955d0..a5c5faa6 100644
--- a/src/core_modules/commands/__init__.py
+++ b/src/core_modules/commands/__init__.py
@@ -1,5 +1,4 @@
#--depends-on config
-#--depends-on permissions
import enum, re, shlex, string, traceback, typing
from src import EventManager, IRCLine, ModuleManager, utils