mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
refactor: remove unnecessary AsyncTeeWriter
related imports
This commit is contained in:
parent
632ba9984c
commit
224463da3a
1 changed files with 2 additions and 4 deletions
|
@ -7,11 +7,9 @@ use std::{
|
|||
use dunce::canonicalize;
|
||||
use mlua::prelude::*;
|
||||
use os_str_bytes::RawOsString;
|
||||
use tokio::{io::AsyncWriteExt, task};
|
||||
use tokio::io::AsyncWriteExt;
|
||||
|
||||
use crate::lune::{
|
||||
builtins::process::tee_writer::AsyncTeeWriter, scheduler::Scheduler, util::TableBuilder,
|
||||
};
|
||||
use crate::lune::{scheduler::Scheduler, util::TableBuilder};
|
||||
|
||||
mod tee_writer;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue