ruff format

This commit is contained in:
Vladless
2026-02-11 03:40:01 +03:00
parent 3ca8c0f960
commit 472a099a8f
8 changed files with 114 additions and 139 deletions
+1
View File
@@ -12,6 +12,7 @@ from .modules_manager import manager
modules_hub = Router(name="modules_hub")
def _is_safe_module_name(name: str) -> bool:
return bool(name and name.isidentifier() and "." not in name and "/" not in name and "\\" not in name)