added a TODO

This commit is contained in:
2026-01-02 17:07:04 -05:00
parent 5a04745c77
commit 08f0cac740

View File

@@ -86,6 +86,7 @@ __user_ssh_input = {
"password": "password123", "password": "password123",
"fate": "disposal" "fate": "disposal"
} }
# @TODO remove unpacking of '__user_ssh_input'
userSSH = type("userSSH", (), **__user_ssh_input) userSSH = type("userSSH", (), **__user_ssh_input)
vps_schema = { vps_schema = {