mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-08-18 09:29:48 +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
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from typing import List, Dict, Optional
|
|
||||||
import json
|
import json
|
||||||
import ssl
|
import ssl
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
from typing import List, Dict, Optional
|
||||||
|
|
||||||
from pyVim.connect import SmartConnect, Disconnect
|
from pyVim.connect import SmartConnect, Disconnect
|
||||||
from pyVmomi import vim
|
from pyVmomi import vim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user