Skip to content

Commit 05c958c

Browse files
chore: remove unnecessary import
1 parent d933b00 commit 05c958c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_rs/nextclade/src/align/score_matrix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::align::band_2d::{Band2d, Stripe};
22
use crate::align::params::{AlignPairwiseParams, GapAlignmentSide};
33
use crate::alphabet::letter::Letter;
4-
use log::{debug, trace};
4+
use log::trace;
55

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

0 commit comments

Comments
 (0)