Skip to content

Commit 20e22ad

Browse files
committed
fix: restore valid json syntax in pyrightconfig.json
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
1 parent f792b1c commit 20e22ad

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pyrightconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"ignore": [
3-
"src/a2a/types"
4-
],
5-
"venvPath": ".",
6-
"venv": ".venv"
2+
"ignore": ["src/a2a/types"],
3+
"venvPath": ".",
4+
"venv": ".venv"
5+
}

0 commit comments

Comments
 (0)