From 2fe0a7513b6812e7c8163ba6ad48460b08c02ced Mon Sep 17 00:00:00 2001 From: Wandera-Martin Date: Mon, 8 Apr 2024 17:06:47 +0300 Subject: [PATCH] first --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bf1c3e7..44cb18d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,9 @@ }, "[python]": { "editor.formatOnSave": true, - "editor.codeActionsOnSave": {"source.organizeImports": true} + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + } }, "python.linting.enabled": true, "python.linting.pylintEnabled": true,