Skip to content

Commit 83f2342

Browse files
committed
fix: move PlanningMode import inside test module
PlanningMode was imported at lib level but only used in tests, causing unused import warning in CI with -D warnings.
1 parent b72fdf5 commit 83f2342

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ mod tests {
381381
use super::*;
382382
use crate::hitl::ConfirmationPolicy;
383383
use crate::permissions::PermissionPolicy;
384+
use crate::prompts::PlanningMode;
384385
use crate::queue::SessionQueueConfig;
385386
use tempfile::tempdir;
386387

0 commit comments

Comments
 (0)