fixed OLS model

This commit is contained in:
Oleg Sheynin
2025-08-21 00:46:28 +00:00
parent 0423a7d34f
commit 7d137a1a0e
9 changed files with 50 additions and 64 deletions
-1
View File
@@ -3,7 +3,6 @@
"ms-python.python",
"ms-python.pylance",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.mypy-type-checker",
"ms-python.isort"
]
+5 -10
View File
@@ -1,13 +1,8 @@
{
"folders": [
{
"path": ".."
},
{
"path": "../../cvttpy_base"
}
],
"settings": {
"workbench.colorTheme": "Dracula Theme"
}
{
"path": ".."
}
],
"settings": {}
}