Add sysidroutine #202
Annotations
10 errors
Run mypy:
commands2/sysid/sysidroutine.py#L22
Name "SysIdRoutineLog.State" is not defined
|
Run mypy:
commands2/sysid/sysidroutine.py#L22
Incompatible types in assignment (expression has type "None", variable has type "Callable[[Any], None]")
|
Run mypy:
commands2/sysid/sysidroutine.py#L27
Please use "Callable[[<parameters>], <return type>]" or "Callable"
|
Run mypy:
commands2/sysid/sysidroutine.py#L36
"None" has no attribute "getName"
|
Run mypy:
commands2/sysid/sysidroutine.py#L40
Cannot assign to a method
|
Run mypy:
commands2/sysid/sysidroutine.py#L40
Function "recordState" could always be true in boolean context
|
Run mypy:
commands2/sysid/sysidroutine.py#L40
Incompatible types in assignment (expression has type "Callable[[Any], None]", variable has type "Callable[[State], None]")
|
Run mypy:
commands2/sysid/sysidroutine.py#L46
"type[SysIdRoutineLog]" has no attribute "State"
|
Run mypy:
commands2/sysid/sysidroutine.py#L47
"type[SysIdRoutineLog]" has no attribute "State"
|
Run mypy:
commands2/sysid/sysidroutine.py#L65
"None" has no attribute "runOnce"
|
The logs for this run have expired and are no longer available.
Loading