mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
chore(formatting): Run make format
Black changed it's mind about whitespace in some files. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
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