mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-21 22:38:06 +00:00
Remove unused import.
This commit is contained in:
parent
c8913d195d
commit
000f99b3d7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use actix_web::{web, HttpResponse};
|
||||
use sqlx::{PgPool};
|
||||
use sqlx::PgPool;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(serde::Deserialize)]
|
||||
|
|
Loading…
Reference in a new issue