vscode/Python\343\203\225\343\202\241\343\202\244\343\203\253\343\201\256import\346\226\207\343\201\256\343\202\275\343\203\274\343\203\210\343\202\222\347\204\241\345\212\271\345\214\226\343\201\231\343\202\213.md
... ...
@@ -3,5 +3,8 @@
3 3
`setting.json`へ以下を追加。
4 4
5 5
```json
6
-"python.formatting.autopep8Args": ["--ignore","E402"]
6
+ "autopep8.args": [
7
+ "--ignore",
8
+ "E402"
9
+ ],
7 10
```
... ...
\ No newline at end of file