mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
fix: remove unneeded imports as per lint
This commit is contained in:
parent
6d4fa87353
commit
7b26349684
1 changed files with 1 additions and 6 deletions
|
@ -1,15 +1,10 @@
|
|||
use std::{
|
||||
fmt::Write as _,
|
||||
io::ErrorKind,
|
||||
path::PathBuf,
|
||||
process::{exit, ExitCode},
|
||||
process::ExitCode,
|
||||
};
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
use clap::{CommandFactory, Parser};
|
||||
use rustyline::{
|
||||
error::ReadlineError, Cmd, DefaultEditor, EventHandler, KeyCode, KeyEvent, Modifiers,
|
||||
};
|
||||
|
||||
use lune::Lune;
|
||||
use tokio::{
|
||||
|
|
Loading…
Add table
Reference in a new issue