Signed-off-by: Max Carrara <m.carr...@proxmox.com> --- listvms.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/listvms.py b/listvms.py index 8666742..cc3209f 100755 --- a/listvms.py +++ b/listvms.py @@ -1,9 +1,11 @@ #!/usr/bin/python3 -from typing import List, Dict, Optional import json import ssl import sys + +from typing import List, Dict, Optional, Tuple + from pyVim.connect import SmartConnect, Disconnect from pyVmomi import vim -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel