Skip to content

Commit 58576af

Browse files
committed
fix pre-commit
1 parent 5306a46 commit 58576af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/HyperV/hyperv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def parse_json(self):
6666
data["cpus"] = json_data["cloudstack.vm.details"]["cpus"]
6767
data["memory"] = json_data["cloudstack.vm.details"]["minRam"]
6868
data["vmname"] = json_data["cloudstack.vm.details"]["name"]
69-
69+
7070
nics = json_data["cloudstack.vm.details"].get("nics", [])
7171
data["nics"] = []
7272
for nic in nics:

0 commit comments

Comments
 (0)