Skip to content

Commit

Permalink
Remove deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
piersolenski committed Aug 17, 2024
1 parent 272c059 commit a0b7432
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lua/telescope/_extensions/import.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ return telescope.register_extension({
end,
exports = {
import = function()
-- TODO: Remove this at some point in the future...
if opts.insert_at_top then
vim.notify(
"insert_at_top has been removed from telescope-import.nvim in favour"
.. " of insert_at_line, see the docs for more information.",
vim.log.levels.WARN
)
end
picker(opts)
end,
},
Expand Down

0 comments on commit a0b7432

Please sign in to comment.