Skip to content

Commit 74c943c

Browse files
alexfiklinducer
authored andcommitted
chore: update baseline
1 parent 5b1ba2d commit 74c943c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.basedpyright/baseline.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -900,18 +900,10 @@
900900
}
901901
},
902902
{
903-
"code": "reportUnknownVariableType",
904-
"range": {
905-
"startColumn": 24,
906-
"endColumn": 37,
907-
"lineCount": 1
908-
}
909-
},
910-
{
911-
"code": "reportUnknownVariableType",
903+
"code": "reportUnknownArgumentType",
912904
"range": {
913-
"startColumn": 39,
914-
"endColumn": 43,
905+
"startColumn": 48,
906+
"endColumn": 53,
915907
"lineCount": 1
916908
}
917909
},
@@ -6695,6 +6687,14 @@
66956687
}
66966688
],
66976689
"./grudge/reductions.py": [
6690+
{
6691+
"code": "reportUnknownVariableType",
6692+
"range": {
6693+
"startColumn": 4,
6694+
"endColumn": 22,
6695+
"lineCount": 1
6696+
}
6697+
},
66986698
{
66996699
"code": "reportUnknownParameterType",
67006700
"range": {

0 commit comments

Comments
 (0)