Skip to content

Commit

Permalink
Revert unintentional change of vscode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Feb 29, 2024
1 parent a5fcc2a commit 263e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
"source.organizeImports": true
},
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
Expand Down

0 comments on commit 263e83d

Please sign in to comment.