Skip to content
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

Fix some mistaken type signatures #25

Merged
merged 1 commit into from
May 9, 2024
Merged

Fix some mistaken type signatures #25

merged 1 commit into from
May 9, 2024

Conversation

meshy
Copy link
Contributor

@meshy meshy commented May 9, 2024

These signatures were incorrectly demanding Django Model instances, where they should have required Django Model classes instead.

This change fixes the mistaken types, but does not yet fix the fact that our Mypy pipeline is broken, which should have picked this up. I'll try to release this quickly, and address that in another PR.

These signatures were incorrectly demanding Django Model instances, where they
should have required Django Model classes instead.

This change fixes the mistaken types, but does not yet fix the fact that
our Mypy pipeline is broken, which should have picked this up.
@meshy meshy mentioned this pull request May 9, 2024
@meshy meshy requested a review from a team May 9, 2024 09:01
@meshy meshy merged commit 1c8b230 into main May 9, 2024
9 checks passed
@meshy meshy deleted the typing-hotfixes branch May 9, 2024 09:15
@meshy meshy mentioned this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants