mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
remove unused imports
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
use actix_web::web;
|
use actix_web::web;
|
||||||
use sqlx::sqlite::SqliteRow;
|
use sqlx::{Pool, Sqlite};
|
||||||
use sqlx::{Pool, Row, Sqlite};
|
|
||||||
use url::Url;
|
|
||||||
use uuid::Uuid;
|
|
||||||
|
|
||||||
// Change to strings if to much headache
|
// Change to strings if to much headache
|
||||||
pub struct Link {
|
pub struct Link {
|
||||||
|
|||||||
Reference in New Issue
Block a user