Remove unnecessary import
This commit is contained in:
parent
3739fc51ed
commit
783c91f0e2
|
|
@ -36,7 +36,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