Skip to content

Commit 349596d

Browse files
committed
fix: pyrightconfig.jsonのincludeパスを修正
1 parent 7e2491a commit 349596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"typeCheckingMode": "standard",
3-
"include": ["adf_core_python"]
3+
"include": ["src/adf_core_python"]
44
}

0 commit comments

Comments
 (0)