chore: remove unused imports

pull/12759/head
Nikita Revenco 2025-02-02 19:49:12 +00:00 committed by Nik Revenco
parent c22eba38d5
commit 3714fc0cee
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
use helix_term::application::Application;
use super::*; use super::*;
mod insert;
mod movement;
mod write;
/// Comment and uncomment /// Comment and uncomment
#[tokio::test(flavor = "multi_thread")] #[tokio::test(flavor = "multi_thread")]
async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> { async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> {