Skip to content

Commit

Permalink
removing unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayShetty01 committed Nov 12, 2024
1 parent 915d2ad commit 022133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::betting_odds_calculator;
use colored::*;
use std::{io, string};
use std::io;
use tabled::{ settings::{style::Style, themes::Theme, Color},
Tabled, Table};

Expand Down

0 comments on commit 022133a

Please sign in to comment.