From 6a56a6fa575e14ea74bad7b8732869fd2e2a0cfb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:15:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- monty/json.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monty/json.py b/monty/json.py index 4886b786f..0784735bd 100644 --- a/monty/json.py +++ b/monty/json.py @@ -299,7 +299,6 @@ def _generic_json_schema(cls): def __get_pydantic_json_schema__(cls, core_schema, handler): """JSON schema for MSONable pattern""" return cls._generic_json_schema() - @classmethod def __modify_schema__(cls, field_schema):