diff --git a/src/risedevtool/config/src/main.rs b/src/risedevtool/config/src/main.rs index b176304a7f97d..931d6128647cb 100644 --- a/src/risedevtool/config/src/main.rs +++ b/src/risedevtool/config/src/main.rs @@ -15,7 +15,6 @@ #![allow(clippy::needless_question_mark)] use std::io::{BufRead, BufReader, BufWriter, Write}; -use std::path::Component; use anyhow::{Context, Result}; use clap::{Parser, Subcommand, ValueEnum};