We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
1 parent b13e26f commit 19fa4ecCopy full SHA for 19fa4ec
lldb/packages/Python/lldbsuite/test/gdbclientutils.py
@@ -126,7 +126,7 @@ class SpecialResponse(Enum):
126
127
RESPONSE_DISCONNECT = SpecialResponse.RESPONSE_DISCONNECT
128
RESPONSE_NONE = SpecialResponse.RESPONSE_NONE
129
- type Response = Union[str, SpecialResponse]
+ Response = Union[str, SpecialResponse]
130
131
def __init__(self):
132
self.packetLog = PacketLog()
0 commit comments