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:
Tom Tromey
2024-02-23 11:42:21 -07:00
parent 593318f69b
commit bf8ab2ae8d

View File

@@ -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):