From bcaf3dace826458ce5c1214cb03aaf482d3288c6 Mon Sep 17 00:00:00 2001 From: Michael Zargham Date: Sun, 9 Aug 2020 15:05:57 -0700 Subject: [PATCH] commas --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3713c8d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "/opt/anaconda3/bin/python" +} \ No newline at end of file