Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
confunguido committed Dec 19, 2024
1 parent ea70d35 commit dc68054
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/transmission_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ use ixa::{
};
use statrs::distribution::{ContinuousCDF, Exp, Poisson};

use crate::{
contact::ContextContactExt,
parameters::Parameters,
population_loader::Alive
};
use crate::{contact::ContextContactExt, parameters::Parameters, population_loader::Alive};

// Define the possible infectious statuses for a person.
// These states refer to the person's infectiousness at a given time
Expand Down

0 comments on commit dc68054

Please sign in to comment.