-
Notifications
You must be signed in to change notification settings - Fork 99
In this file Sequence is not typing.Sequence #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ilevkivskyi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PR! It looks indeed like an oversight, @bryanforbes could you please double-check?
|
Btw, @euresti it would be great if you could add a test or couple for this (e.g. just a model with one foreign key constraint that accepts a list of columns). Note: our test cases aren't run, just type-checked with mypy (they are very similar to mypy's test suite). |
|
Yes, this was an oversight on my part. Good find @euresti! @ilevkivskyi does he need to sign a CLA? |
|
Done! |
|
Thanks for signing CLA! Are you going to add the test as I suggested above? (If not, I will merge this anyway, but it is always better with a test.) |
|
I'll look into a test. I was testing this on our code base and found a couple of other issues with the stubs. I'll file Issues for those since I'm not sure what the correct solution to some of those are. |
|
Test has been added. |
|
Thanks! |
OK, sure. |
Hi. I started testing this against our codebase and noticed some errors.