Remove unnecessary import
This commit is contained in:
parent
f81509ae9e
commit
42ae4216fc
|
@ -64,7 +64,6 @@ return {
|
|||
{
|
||||
'<leader>B',
|
||||
function()
|
||||
require 'dap.protocol'
|
||||
local dap = require 'dap'
|
||||
|
||||
-- Search for an existing breakpoint on this line in this buffer
|
||||
|
|
Loading…
Reference in New Issue