Skip to content

Commit f6d0300

Browse files
committed
Probe server: removed unused variable definition.
1 parent 89af0b9 commit f6d0300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyocd/probe/tcp_probe_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ def handle(self):
311311
if 'id' not in request_dict:
312312
self._send_error_response(message="missing request ID")
313313
continue
314-
request_id = request_dict['id']
315314
self._current_request_id = request_dict['id']
316315

317316
if 'request' not in request_dict:

0 commit comments

Comments
 (0)