From 08f0cac740def762c25cc1cfd37b1dc99fa8db8e Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 2 Jan 2026 17:07:04 -0500 Subject: [PATCH] added a TODO --- anodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anodes.py b/anodes.py index 6655f55..36c37ef 100644 --- a/anodes.py +++ b/anodes.py @@ -86,6 +86,7 @@ __user_ssh_input = { "password": "password123", "fate": "disposal" } +# @TODO remove unpacking of '__user_ssh_input' userSSH = type("userSSH", (), **__user_ssh_input) vps_schema = {