diff --git a/.vscode/settings.json b/.vscode/settings.json index ae74d707..5432f1ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,9 +6,8 @@ "editor.codeActionsOnSave": { "source.organizeImports": true } - } - }, - "python.testing.pytestArgs": ["tests"], - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + }, + "python.testing.pytestArgs": ["tests"], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true }