Skip to content

New (Python) example: simple drawings (rectangle, ellipse, arrow) #122

New (Python) example: simple drawings (rectangle, ellipse, arrow)

New (Python) example: simple drawings (rectangle, ellipse, arrow) #122

Triggered via pull request April 18, 2024 00:38
Status Failure
Total duration 38s
Artifacts

ci.python.yml

on: pull_request
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

7 errors
pyright (ubuntu-latest, 3.12)
Exit code 1
pyright (ubuntu-latest, 3.11): python/examples/drawing/demo.py#L8
Import "PromptSection" is not accessed (reportUnusedImport)
pyright (ubuntu-latest, 3.11): python/examples/drawing/schema.py#L4
Import "NotRequired" is not accessed (reportUnusedImport)
pyright (ubuntu-latest, 3.11): python/examples/healthData/translator.py#L30
Method "translate" overrides class "TypeChatJsonTranslator" in an incompatible manner   Parameter "chat_history" is missing in override (reportIncompatibleMethodOverride)
pyright (ubuntu-latest, 3.11): python/examples/healthData/translator.py#L37
Method "_create_request_prompt" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
pyright (ubuntu-latest, 3.11): python/examples/math/program.py#L130
Method "_create_request_prompt" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
pyright (ubuntu-latest, 3.11)
5 errors