Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2023
1 parent 3c34ff9 commit 6a56a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monty/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Check warning on line 301 in monty/json.py

View check run for this annotation

Codecov / codecov/patch

monty/json.py#L301

Added line #L301 was not covered by tests


@classmethod
def __modify_schema__(cls, field_schema):
Expand Down

0 comments on commit 6a56a6f

Please sign in to comment.