Delete .vscode/settings.json

This commit is contained in:
Obie Hinojosa 2024-10-30 16:37:51 -05:00
parent b915443ccf
commit e2304cc847

11
.vscode/settings.json vendored
View File

@ -1,11 +0,0 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}