fix: remove unused error import
Some checks failed
GBCI Bundle / build-bundle (push) Failing after 29m52s
GBCI / build (push) Failing after 30m53s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-17 18:38:34 -03:00
parent 27fae3ba05
commit 88605711e1

View file

@ -5,7 +5,7 @@
//! PostgreSQL, Qdrant, LiveKit, Forgejo, and Directory services. //! PostgreSQL, Qdrant, LiveKit, Forgejo, and Directory services.
use std::path::Path; use std::path::Path;
use tracing::{debug, error, info}; use tracing::{debug, info};
/// Services module containing mTLS configuration functions for each service /// Services module containing mTLS configuration functions for each service
pub mod services { pub mod services {