Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
veldsla committed Jul 5, 2023
1 parent 757d423 commit 0401283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::io;
use std::path::PathBuf;

use clap::Parser;
use anyhow::{Result, Context};
use anyhow::Result;

mod gtf;
mod app;
Expand Down

0 comments on commit 0401283

Please sign in to comment.