remove unused import

This commit is contained in:
Andrea Toska 2025-05-12 10:11:31 +02:00
commit e28cf8a217
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -3,7 +3,6 @@ use juniper::{graphql_object, EmptyMutation, EmptySubscription, GraphQLObject, R
use rocket::response::content::RawHtml; use rocket::response::content::RawHtml;
use rocket::State; use rocket::State;
use rocket::request::{FromRequest, Outcome, Request}; use rocket::request::{FromRequest, Outcome, Request};
use rocket::http::Status;
use std::env; use std::env;
use once_cell::sync::Lazy; use once_cell::sync::Lazy;
// use crate::account::account::{read_basic_auth_token, read_bearer_auth_token}; // use crate::account::account::{read_basic_auth_token, read_bearer_auth_token};