fix: fix pyright unnecessary type ignore comment #1599
Annotations
5 errors and 1 warning
Run jakebailey/pyright-action@v2:
instructor/multimodal.py#L362
Type of "append" is partially unknown
Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/multimodal.py#L364
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Run jakebailey/pyright-action@v2:
instructor/multimodal.py#L367
Type of "append" is partially unknown
Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/multimodal.py#L369
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Run jakebailey/pyright-action@v2
4 errors
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Loading