Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Nov 30, 2024
1 parent 9ac9be2 commit c8bce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bin/costs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use clap::Parser;
use futures::StreamExt;
use reqwest::Url;
use std::cmp::Ordering;
use std::env;
use std::str::FromStr;
use std::{env, fs};

#[derive(Parser, Debug, Clone)]
#[command(about = "Get transaction costs for an address in a given month")]
Expand Down

0 comments on commit c8bce03

Please sign in to comment.