Skip to content

Commit

Permalink
Cleaned unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chw-03 committed May 19, 2024
1 parent af116d2 commit ee1d627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use catenary_tdx_data::*;
use core::result::Result;
//use iso8601::datetime;
use reqwest::{header::AUTHORIZATION, header::CONTENT_TYPE, *};
use serde_json::*;
use reqwest::{header::AUTHORIZATION, *};
//use serde_json::*;
use std::{collections::HashMap, env, error::Error, fs::File, path::Path};
//use std::io::Write;
use catenary_tdx_data::auth::{AUTH_URL, URL_HEAD};
use catenary_tdx_data::auth::URL_HEAD;
use std::{thread, time::Duration};

#[tokio::main]
Expand Down

0 comments on commit ee1d627

Please sign in to comment.