Skip to content

Commit

Permalink
chore(python): Remove obsolete attribute for deprecated code
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Jan 23, 2025
1 parent 9ce7040 commit fe6e0b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/jsonschema-py/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,6 @@ fn jsonschema_rs(py: Python<'_>, module: &Bound<'_, PyModule>) -> PyResult<()> {
module.add_submodule(&meta)?;

// Add build metadata to ease triaging incoming issues
#[allow(deprecated)]
module.add("__build__", pyo3_built::pyo3_built!(py, build))?;

Ok(())
Expand Down

0 comments on commit fe6e0b7

Please sign in to comment.