chore(project): add settings file for vscode

This commit is contained in:
stainless-app[bot] 2025-07-25 02:25:56 +00:00
parent 145229a92b
commit 4d13992ad1
2 changed files with 3 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.analysis.importFormat": "relative",
}