Removed workaround for python-jedi bug

This commit is contained in:
2020-05-17 21:03:22 +02:00
parent 7e4e669de9
commit a534c58b91
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ rustup toolchain install stable
printf "\n# Add rust utilities ##########################################################\n\n"
cargo install rustfmt racer
rustup component add src
rustup component add rust-src
rustup component add rls
printf "\n# Installing Python packages ##################################################\n\n"