Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Aug 22, 2024
1 parent f677ba9 commit 3c5a8ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mod errors;
mod input;
mod lookup_key;
mod recursion_guard;
mod schema_cache;
mod serializers;
mod tools;
mod url;
Expand Down Expand Up @@ -134,7 +133,5 @@ fn _pydantic_core(py: Python, m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_function(wrap_pyfunction!(to_jsonable_python, m)?)?;
m.add_function(wrap_pyfunction!(list_all_errors, m)?)?;
m.add_function(wrap_pyfunction!(validate_core_schema, m)?)?;
m.add_function(wrap_pyfunction!(schema_cache::cache_built_schema, m)?)?;
m.add_function(wrap_pyfunction!(schema_cache::retrieve_schema, m)?)?;
Ok(())
}
41 changes: 0 additions & 41 deletions src/schema_cache.rs

This file was deleted.

0 comments on commit 3c5a8ad

Please sign in to comment.