Skip to content

Commit 3e3bda5

Browse files
committed
fixup: Name qEcho's unused parameter
This does cause pyright to report the unused parameter though
1 parent 3ee4b09 commit 3e3bda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/gdbclientutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def qProcessInfo(self):
245245
def qHostInfo(self):
246246
return "ptrsize:8;endian:little;"
247247

248-
def qEcho(self, _: int):
248+
def qEcho(self, num: int):
249249
return "E04"
250250

251251
def qQueryGDBServer(self):

0 commit comments

Comments
 (0)