Remove unused imports

This commit is contained in:
Joseph T. Lyons 2023-11-19 22:04:02 -05:00
parent 722ad5a01d
commit 5dc3369cf6
2 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@
use anyhow::{anyhow, Context, Result};
use backtrace::Backtrace;
use chrono::{DateTime, Utc};
use chrono::Utc;
use cli::FORCE_CLI_MODE_ENV_VAR_NAME;
use client::{
self, Client, TelemetrySettings, UserStore, ZED_APP_VERSION, ZED_SECRET_CLIENT_TOKEN,
@ -35,7 +35,6 @@ use std::{
Arc, Weak,
},
thread,
time::{SystemTime, UNIX_EPOCH},
};
use util::{
channel::{parse_zed_link, ReleaseChannel},

View file

@ -6,7 +6,7 @@
use anyhow::{anyhow, Context as _, Result};
use backtrace::Backtrace;
use chrono::{DateTime, Utc};
use chrono::Utc;
use cli::FORCE_CLI_MODE_ENV_VAR_NAME;
use client::UserStore;
use db::kvp::KEY_VALUE_STORE;
@ -39,7 +39,6 @@ use std::{
Arc,
},
thread,
time::{SystemTime, UNIX_EPOCH},
};
use theme::ActiveTheme;
use util::{