Remove un used import

This commit is contained in:
AmrDeveloper 2023-07-05 17:41:51 +02:00
parent 3fb6a3be82
commit fe65eabc81

View File

@ -1,6 +1,6 @@
use ide_db::{base_db::FileId, source_change::SourceChange};
use itertools::Itertools;
use syntax::{ast, AstNode, SyntaxKind, SyntaxNode, TextRange};
use syntax::{ast, AstNode, SyntaxKind, SyntaxNode};
use text_edit::TextEdit;
use crate::{fix, Diagnostic, DiagnosticCode};