remove unused imports

This commit is contained in:
2021-09-03 15:15:18 +02:00
parent e450a44405
commit 2b53cf63cf

View File

@@ -1,8 +1,5 @@
use actix_web::web;
use sqlx::sqlite::SqliteRow;
use sqlx::{Pool, Row, Sqlite};
use url::Url;
use uuid::Uuid;
use sqlx::{Pool, Sqlite};
// Change to strings if to much headache
pub struct Link {