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

Relax type annotation for type_schemas #185

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

bester
Copy link
Contributor

@bester bester commented Feb 13, 2024

The type_schemas member is used as a mapping of either a schema class or schema instance. Relax the type annotation of that member to be either.

Resolves #184

The type_schemas member is used as a mapping of either a schema
class or schema instance. Relax the type annotation of that member to be
either.

Resolves marshmallow-code#184
Copy link
Member

@lafrech lafrech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks!

@sloria sloria merged commit 24eb651 into marshmallow-code:main Feb 13, 2024
5 checks passed
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.

type annotation of type_schemas
3 participants