mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
Merge pull request #226 from 0xFelix/fix-format
chore(formatting): Run make format
This commit is contained in:
@@ -13,7 +13,6 @@ from ansible_collections.kubernetes.core.plugins.module_utils.k8s.service import
|
|||||||
K8sService,
|
K8sService,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
INFO_ARG_SPEC = {
|
INFO_ARG_SPEC = {
|
||||||
"api_version": {"default": "kubevirt.io/v1"},
|
"api_version": {"default": "kubevirt.io/v1"},
|
||||||
"name": {},
|
"name": {},
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ from ansible_collections.kubevirt.core.tests.unit.plugins.inventory.constants im
|
|||||||
DEFAULT_NAMESPACE,
|
DEFAULT_NAMESPACE,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
VMI = {
|
VMI = {
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "testvmi",
|
"name": "testvmi",
|
||||||
|
|||||||
Reference in New Issue
Block a user