Skip to content

Commit 47c9bc1

Browse files
committed
[ot] python/qemu: ot.pyot: fix invalid typing hints
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent f197d52 commit 47c9bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/qemu/ot/pyot/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def trig_match(bline):
118118
log = self._log
119119
last_error = ''
120120
vcp_map = tdef.vcp_map
121-
vcp_ctxs: dict[int, tuple[str, socket, bytearray]] = {}
121+
vcp_ctxs: dict[int, list[str, socket, bytearray, logging.Logger]] = {}
122122
try:
123123
workdir = dirname(tdef.command[0])
124124
log.debug('Executing QEMU as %s', ' '.join(tdef.command))

0 commit comments

Comments
 (0)