diff --git a/.vscode/settings.json b/.vscode/settings.json index 64a8a26af..07cfc57ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,13 +3,6 @@ "editor.codeActionsOnSave": { "source.organizeImports": true }, - "[python]": { - "editor.defaultFormatter": "ms-python.autopep8", - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.organizeImports": true - }, - }, "python.linting.enabled": true, "python.linting.flake8Enabled": true, } \ No newline at end of file