Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Nov 4, 2024
1 parent 33beeb1 commit df77a94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions popgetter_cli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
mod cli;
mod display;

use std::io::prelude::*;

use anyhow::Result;
use clap::Parser;
use cli::{Cli, RunCommand};
Expand Down

0 comments on commit df77a94

Please sign in to comment.