Skip to content

Commit

Permalink
fix: missing/moved type import after auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored and YeungOnion committed Sep 5, 2024
1 parent 7285bde commit f7689fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distribution/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ pub mod test {
}

pub mod boiler_tests {
use super::*;
use crate::distribution::Binomial;
use crate::statistics::*;
use crate::StatsError;

testing_boiler!(p: f64, n: u64; Binomial);

Expand Down

0 comments on commit f7689fc

Please sign in to comment.