From d027220975d4ff218c1b2f2d777e58321f2b8ba4 Mon Sep 17 00:00:00 2001 From: Vladimir Petrik Date: Sat, 24 Jun 2023 00:19:19 +0200 Subject: [PATCH] vscode json fix --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 19055a87..cb32fdad 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,5 @@ }, "python.linting.enabled": true, "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, -} \ No newline at end of file + "python.linting.mypyEnabled": true +}