fix: remove unneeded imports as per lint

This commit is contained in:
Erica Marigold 2023-08-07 12:39:57 +05:30 committed by GitHub
parent 6d4fa87353
commit 7b26349684
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,10 @@
use std::{ use std::{
fmt::Write as _, fmt::Write as _,
io::ErrorKind, process::ExitCode,
path::PathBuf,
process::{exit, ExitCode},
}; };
use anyhow::{Context, Result}; use anyhow::{Context, Result};
use clap::{CommandFactory, Parser}; use clap::{CommandFactory, Parser};
use rustyline::{
error::ReadlineError, Cmd, DefaultEditor, EventHandler, KeyCode, KeyEvent, Modifiers,
};
use lune::Lune; use lune::Lune;
use tokio::{ use tokio::{