Skip to content

Commit 3c5a8ad

Browse files
committed
WIP
1 parent f677ba9 commit 3c5a8ad

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ mod errors;
2121
mod input;
2222
mod lookup_key;
2323
mod recursion_guard;
24-
mod schema_cache;
2524
mod serializers;
2625
mod tools;
2726
mod url;
@@ -134,7 +133,5 @@ fn _pydantic_core(py: Python, m: &Bound<'_, PyModule>) -> PyResult<()> {
134133
m.add_function(wrap_pyfunction!(to_jsonable_python, m)?)?;
135134
m.add_function(wrap_pyfunction!(list_all_errors, m)?)?;
136135
m.add_function(wrap_pyfunction!(validate_core_schema, m)?)?;
137-
m.add_function(wrap_pyfunction!(schema_cache::cache_built_schema, m)?)?;
138-
m.add_function(wrap_pyfunction!(schema_cache::retrieve_schema, m)?)?;
139136
Ok(())
140137
}

src/schema_cache.rs

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)