Skip to content

Commit

Permalink
fix first test
Browse files Browse the repository at this point in the history
  • Loading branch information
grazder committed Nov 13, 2023
1 parent ad78823 commit 07dae03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libDF/src/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
use std::boxed::Box;

use crate::tract::*;
use ndarray::prelude::*;

use wasm_bindgen::prelude::*;

use crate::tract::*;

#[wasm_bindgen]
pub struct DFState(crate::tract::DfTract);

Expand Down

0 comments on commit 07dae03

Please sign in to comment.