Skip to content

Commit 47b4a16

Browse files
committed
fix: remove unused import
1 parent 14daaa3 commit 47b4a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/execution/row_indexer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use sqlx::PgPool;
77
use std::collections::{HashMap, HashSet};
88

99
use super::db_tracking::{self, TrackedTargetKeyInfo, read_source_tracking_info_for_processing};
10-
use super::db_tracking_setup;
1110
use super::evaluator::{
1211
EvaluateSourceEntryOutput, SourceRowEvaluationContext, evaluate_source_entry,
1312
};

0 commit comments

Comments
 (0)