mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-08-17 18:59:44 +00:00
listvms: reorder imports
Signed-off-by: Max Carrara <m.carrara@proxmox.com>
This commit is contained in:
parent
f67c5686d1
commit
3b28eb2843
@ -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
|
||||
|
||||
from pyVim.connect import SmartConnect, Disconnect
|
||||
from pyVmomi import vim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user