mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-10 06:19:40 +00:00
Remove unused import
This commit is contained in:
parent
0eb1a7e178
commit
f0a0a6a909
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
use env_logger::{Builder, Env};
|
use env_logger::Env;
|
||||||
|
|
||||||
mod command;
|
mod command;
|
||||||
use color_eyre::Result;
|
use color_eyre::Result;
|
||||||
|
|
Loading…
Reference in a new issue