Add Textual-based monitor TUI #397
Annotations
17 errors
|
|
|
|
|
|
|
Run mypy
error: Cannot find implementation or library stub for module named "textual.app" [import-not-found]
|
Run mypy
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
Run mypy
error: Cannot find implementation or library stub for module named "textual.widgets" [import-not-found]
|
Run mypy
error: Need type annotation for "data" [var-annotated]
|
Run mypy
error: Incompatible types in assignment (expression has type "datetime", target has type "list[Any] | None") [assignment]
|
Run mypy
error: Incompatible types in assignment (expression has type "int", target has type "list[Any] | None") [assignment]
|
Run mypy
error: Item "None" of "list[Any] | None" has no attribute "append" [union-attr]
|
Run mypy
error: Incompatible types in assignment (expression has type "int", target has type "list[Any] | None") [assignment]
|
Run mypy
error: Item "None" of "list[Any] | None" has no attribute "append" [union-attr]
|
Run mypy
error: Incompatible types in assignment (expression has type "int", target has type "list[Any] | None") [assignment]
|
Loading