forked from Imagelibrary/binutils-gdb
Remove unused import
flake8 points out that dap/io.py does not use send_gdb. This patch removes the unused import.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
import json
|
||||
|
||||
from .startup import start_thread, send_gdb, log, log_stack, LogLevel
|
||||
from .startup import start_thread, log, log_stack, LogLevel
|
||||
|
||||
|
||||
def read_json(stream):
|
||||
|
||||
Reference in New Issue
Block a user