Lock file maintenance #511
Annotations
4 errors and 3 warnings
|
Type Check
2 errors
|
|
Type Check:
core/main.py#L16
"HomeDataScene" is not exported from module "roborock"
Import from "roborock.data" instead (reportPrivateImportUsage)
|
|
Type Check:
core/main.py#L16
"HomeDataDevice" is not exported from module "roborock"
Import from "roborock.data" instead (reportPrivateImportUsage)
|
|
Lint
Process completed with exit code 127.
|
|
Type Check:
tests/conftest.py#L111
Argument type is partially unknown
Argument corresponds to parameter "call" in function "from_item_and_call"
Argument type is "CallInfo" (reportUnknownArgumentType)
|
|
Type Check:
tests/conftest.py#L109
Type of parameter "call" is partially unknown
Parameter type is "CallInfo" (reportUnknownParameterType)
|
|
Type Check:
tests/conftest.py#L84
Type of parameter "call" is partially unknown
Parameter type is "CallInfo" (reportUnknownParameterType)
|