Skip to content

Commit

Permalink
fix: hidden clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moaz-mokhtar committed Mar 9, 2024
1 parent 1df487c commit 72bbd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use chrono::NaiveDateTime;
use serde::Deserialize;
use serde_json::{self, Value};
use serde_json::Value;
use std::{fs, path::Path};
extern crate scheduler;
use scheduler::{models::goal::Goal, run_scheduler};
Expand Down

0 comments on commit 72bbd5f

Please sign in to comment.