Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaran-regan-ie committed Jul 13, 2023
1 parent 101c44b commit 13b7fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use fxhash::FxHashMap;
use pyo3::{exceptions::PyValueError, prelude::*};
use rand::prelude::*;
use rand_distr::{WeightedError, WeightedIndex};
use rand::Rng;

#[derive(Debug, Clone)]
#[pyclass]
Expand Down

0 comments on commit 13b7fb1

Please sign in to comment.