Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 0 additions & 136 deletions .basedpyright/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4045,38 +4045,6 @@
}
],
"./monitoring/monitorlib/geo.py": [
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 33,
"endColumn": 46,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 54,
"endColumn": 67,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 33,
"endColumn": 46,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 54,
"endColumn": 67,
"lineCount": 1
}
},
{
"code": "reportAttributeAccessIssue",
"range": {
Expand Down Expand Up @@ -4149,38 +4117,6 @@
"lineCount": 1
}
},
{
"code": "reportOptionalSubscript",
"range": {
"startColumn": 16,
"endColumn": 47,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 25,
"endColumn": 56,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 25,
"endColumn": 56,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 49,
"endColumn": 78,
"lineCount": 1
}
},
{
"code": "reportOptionalMemberAccess",
"range": {
Expand All @@ -4189,22 +4125,6 @@
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 58,
"endColumn": 87,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 56,
"endColumn": 85,
"lineCount": 1
}
},
{
"code": "reportAttributeAccessIssue",
"range": {
Expand Down Expand Up @@ -4269,46 +4189,6 @@
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 41,
"endColumn": 70,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 41,
"endColumn": 70,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 41,
"endColumn": 70,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 41,
"endColumn": 70,
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 54,
"endColumn": 67,
"lineCount": 1
}
},
{
"code": "reportReturnType",
"range": {
Expand Down Expand Up @@ -4391,14 +4271,6 @@
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 21,
"endColumn": 57,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
Expand Down Expand Up @@ -4511,14 +4383,6 @@
"lineCount": 1
}
},
{
"code": "reportOptionalIterable",
"range": {
"startColumn": 25,
"endColumn": 61,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
RPAS26FlightDetails,
UasState,
)
from monitoring.monitorlib.geo import Transformation
from monitoring.monitorlib.geotemporal import (
Volume4DCollection,
Volume4DTemplateCollection,
)
from monitoring.monitorlib.temporal import TestTimeContext
from monitoring.monitorlib.transformations import Transformation


class BasicFlightPlanInformationTemplate(ImplicitDict):
Expand Down
Loading
Loading