fix: remove unused error import

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-17 18:38:34 -03:00
parent 6bc6a35948
commit cf645a1168

View file

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