fix: remove unused error import
This commit is contained in:
parent
27fae3ba05
commit
88605711e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue