Skip to content

Commit

Permalink
One update, refresh lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Mar 7, 2024
1 parent 81b1b75 commit 8a73d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions src/py/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use crate::classic::clvm::__type_compatibility__::{
use crate::classic::clvm::serialize::sexp_to_stream;
use crate::classic::clvm_tools::clvmc;
use crate::classic::clvm_tools::cmds;
use crate::classic::clvm_tools::log;
use crate::classic::clvm_tools::stages::stage_0::DefaultProgramRunner;
use crate::compiler::cldb::{
hex_to_modern_sexp, CldbOverrideBespokeCode, CldbRun, CldbRunEnv, CldbSingleBespokeOverride,
Expand Down Expand Up @@ -495,8 +494,6 @@ pub fn compose_run_function(

#[pymodule]
fn clvm_tools_rs(py: Python, m: &PyModule) -> PyResult<()> {
log::init();

m.add_submodule(create_cmds_module(py)?)?;

m.add("CldbError", py.get_type::<CldbError>())?;
Expand Down
29 changes: 0 additions & 29 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a73d77

Please sign in to comment.