Skip to content

Commit

Permalink
fix(python): remove unnecessary stubPath setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 15, 2024
1 parent af70b37 commit bb8089b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/pack/python/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ return {
analysis = {
typeCheckingMode = "basic",
autoImportCompletions = true,
stubPath = vim.env.HOME .. "/typings",
diagnosticSeverityOverrides = {
reportUnusedImport = "information",
reportUnusedFunction = "information",
Expand Down

0 comments on commit bb8089b

Please sign in to comment.