Skip to content

Commit b4f8f01

Browse files
committed
fix: remove unnecessary variable
1 parent 3a8bb5c commit b4f8f01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/claudecode/visual_commands.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ function M.get_files_from_visual_selection(visual_data)
352352
-- Get current directory once
353353
local dir_ok, current_dir = pcall(oil.get_current_dir, bufnr)
354354
if dir_ok and current_dir then
355-
local integrations = require("claudecode.integrations")
356355
-- Access the process_oil_entry function through a module method
357356
for line = start_pos, end_pos do
358357
local entry_ok, entry = pcall(oil.get_entry_on_line, bufnr, line)

0 commit comments

Comments
 (0)