Skip to content

Commit

Permalink
chore: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Aug 30, 2023
1 parent d933b00 commit 05c958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages_rs/nextclade/src/align/score_matrix.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::align::band_2d::{Band2d, Stripe};
use crate::align::params::{AlignPairwiseParams, GapAlignmentSide};
use crate::alphabet::letter::Letter;
use log::{debug, trace};
use log::trace;

// store direction info for backtrace as bits in paths matrix
// these indicate the currently optimal move
Expand Down

0 comments on commit 05c958c

Please sign in to comment.