diff --git a/.vscode/settings.json b/.vscode/settings.json index a850fc9..01b93af 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,7 @@ "editor.formatOnPaste": true, "python.formatting.provider": "black", "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" }, "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true,