Skip to content

Commit 659edee

Browse files
author
Cortex Agent
committed
fix: re-add Duration import after merge
1 parent 80997ac commit 659edee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cortex-tui/src/views/tasks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use ratatui::widgets::{Block, Borders, Cell, Clear, Paragraph, Row, Table};
88

99
use cortex_agents::background::{AgentStatus, RunningAgentInfo};
1010
use cortex_common::{format_duration, truncate_first_line, truncate_id_default};
11+
use std::time::Duration;
1112

1213
/// View for displaying background tasks/agents.
1314
pub struct TasksView {

0 commit comments

Comments
 (0)