Skip to content

Commit efec302

Browse files
committed
chore: organize imports on save
1 parent d5d5b1f commit efec302

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"test"
44
],
55
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true
6+
"python.testing.pytestEnabled": true,
7+
"editor.codeActionsOnSave": {
8+
"source.organizeImports": "always"
9+
}
710
}

0 commit comments

Comments
 (0)