feat(python): add files lance/schema.py, lance/file.py, lance/util.py for pyright typecheck#3454
Conversation
|
ACTION NEEDED The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. For details on the error please inspect the "PR Title Check" action. |
13b4ab5 to
fca8b0f
Compare
|
Running So I guess it is all good? |
fca8b0f to
80d5bb7
Compare
westonpace
left a comment
There was a problem hiding this comment.
I'll let @wjones127 take a look too but this looks good to me. Thanks!
|
This seems okay. There are various typing issues I can see manually. (For example, |
sounds good 👍 but are you thinking on manually checking the test files or adding the files to be checked by |
This just adds the lance/schema.py, lance/file.py, lance/util.py files such that they can be checked with pyright. Fixes #329