rm unused import
This commit is contained in:
parent
7ba45ed0c3
commit
c2b3b5595e
@ -1,7 +1,6 @@
|
|||||||
use std::{error::Error, process::exit};
|
use std::{error::Error, process::exit};
|
||||||
use start_db::Starter;
|
use start_db::Starter;
|
||||||
use log::{error, info};
|
use log::{error, info};
|
||||||
use word_entity::Model as WordModel;
|
|
||||||
use parse_json::json_object::Word as WordJsonObject;
|
use parse_json::json_object::Word as WordJsonObject;
|
||||||
// use serde_json::json;
|
// use serde_json::json;
|
||||||
use tokio;
|
use tokio;
|
||||||
|
Loading…
Reference in New Issue
Block a user