fix: remove unused import
This commit is contained in:
parent
bda9f85b86
commit
a8886f616a
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ use actix_web::{error, post, web, Error, HttpResponse};
|
|||
use regex::Regex;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use futures::StreamExt;
|
||||
use sqlx::Executor;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::Data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue