Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMZTE committed Dec 29, 2020
1 parent f11ca48 commit 91437fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figclock/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
};

use anyhow::{anyhow, Context, Result};
use chrono::{Local, Utc};
use chrono::Local;
use config::get_config;
use crossterm::{
cursor::MoveTo,
Expand Down

0 comments on commit 91437fa

Please sign in to comment.