diff --git a/bump_pydantic/codemods/replace_config.py b/bump_pydantic/codemods/replace_config.py index 9eef776..9cad8d5 100644 --- a/bump_pydantic/codemods/replace_config.py +++ b/bump_pydantic/codemods/replace_config.py @@ -23,7 +23,6 @@ "underscore_attrs_are_private", "json_loads", "json_dumps", - "json_encoders", "copy_on_model_validation", "post_init_call", ]