rm unused import

This commit is contained in:
Zengtudor 2024-07-21 12:55:41 +08:00
parent 7ba45ed0c3
commit c2b3b5595e

View File

@ -1,7 +1,6 @@
use std::{error::Error, process::exit};
use start_db::Starter;
use log::{error, info};
use word_entity::Model as WordModel;
use parse_json::json_object::Word as WordJsonObject;
// use serde_json::json;
use tokio;