aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/client/stats.rs')
-rw-r--r--src/command/client/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/stats.rs b/src/command/client/stats.rs
index a00eb369..f0c774a4 100644
--- a/src/command/client/stats.rs
+++ b/src/command/client/stats.rs
@@ -1,10 +1,10 @@
use std::collections::HashMap;
use chrono::{prelude::*, Duration};
-use chrono_english::parse_date_string;
use clap::Parser;
use cli_table::{format::Justify, print_stdout, Cell, Style, Table};
use eyre::{bail, Result};
+use interim::parse_date_string;
use atuin_client::{
database::{current_context, Database},