fix Type-Check error #3
python-type-check.yml
on: push
pyright type-check
57s
Annotations
2 errors and 1 warning
pyright type-check:
examples/llava/minicpmv-convert-image-encoder-to-gguf.py#L336
Expression of type "str" is incompatible with declared type "(raw_key: str, arch: str) -> str"
Type "str" is incompatible with type "(raw_key: str, arch: str) -> str" (reportAssignmentType)
|
pyright type-check
1 error
|
pyright type-check:
examples/llava/minicpmv-surgery.py#L2
Import "glob" is not accessed (reportUnusedImport)
|