Skip to content

Commit

Permalink
division by 0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Aug 28, 2024
1 parent a1c3cdd commit c3000ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sa-index/src/sa_searcher.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::{cmp::min, ops::Deref};
use std::str::from_utf8;
use std::{cmp::min, cmp::max, ops::Deref};
use std::time::{SystemTime, SystemTimeError, UNIX_EPOCH};
use sa_mappings::proteins::{Protein, Proteins};

Expand Down

0 comments on commit c3000ff

Please sign in to comment.