mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
7bebf2bdc3
* Remove FunctionType check * Fix mypy * Add classmethod test * Add instance method test * Fix linting * model_class * Remove __call__ implementation * Fix linting for py3.8 * noqa tweak * undo mistake sorry, :-/ Co-authored-by: Samuel Colvin <s@muelcolvin.com>