mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
apply suggested linting changes
This commit is contained in:
parent
725a5bdc3a
commit
82d35f5d5c
1 changed files with 2 additions and 1 deletions
|
@ -69,9 +69,10 @@ __virtualname__ = "proxmox"
|
|||
__deprecated__ = (
|
||||
3009,
|
||||
"proxmox",
|
||||
"https://github.com/salt-extensions/saltext-proxmox"
|
||||
"https://github.com/salt-extensions/saltext-proxmox",
|
||||
)
|
||||
|
||||
|
||||
def __virtual__():
|
||||
"""
|
||||
Check for PROXMOX configurations
|
||||
|
|
Loading…
Add table
Reference in a new issue