Remove unnecessary import

This commit is contained in:
Brian Lehrer 2025-07-04 08:43:59 -07:00
parent f81509ae9e
commit 42ae4216fc
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ return {
{ {
'<leader>B', '<leader>B',
function() function()
require 'dap.protocol'
local dap = require 'dap' local dap = require 'dap'
-- Search for an existing breakpoint on this line in this buffer -- Search for an existing breakpoint on this line in this buffer