mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
ff20477521
* Apply __modify_schema__ on enum schema rather than fields that use it Resolves #1576 * tweak test * correct linting :-( Co-authored-by: Samuel Colvin <s@muelcolvin.com>
96 B
96 B
Make __modify_schema__ on Enums apply to the enum schema rather than fields that use the enum.