From df1552702f809e49baf6a9f8738a701ae634012d Mon Sep 17 00:00:00 2001 From: "Adam K." Date: Wed, 12 Jun 2024 14:06:52 -0500 Subject: [PATCH] fix: lint fix --- lua/lazyvim/plugins/extras/lang/python.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/python.lua b/lua/lazyvim/plugins/extras/lang/python.lua index be5e307b..2712c49f 100644 --- a/lua/lazyvim/plugins/extras/lang/python.lua +++ b/lua/lazyvim/plugins/extras/lang/python.lua @@ -100,10 +100,10 @@ return { "linux-cultist/venv-selector.nvim", branch = "regexp", -- Use this branch for the new version dependencies = { - { "nvim-telescope/telescope.nvim", - dependencies = { - "nvim-lua/plenary.nvim", - }, + "nvim-telescope/telescope.nvim", + dependencies = { + "nvim-lua/plenary.nvim", + }, }, cmd = "VenvSelect", opts = {