Skip to content

Commit af630cf

Browse files
authored
Merge pull request #293 from xcp-ng/typing-fixes
Typing fixes
2 parents 55ad05b + 653a983 commit af630cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/host.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import logging
24
import os
35
import shlex

lib/vm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import logging
24
import os
35
import subprocess

0 commit comments

Comments
 (0)