unused dep

This commit is contained in:
dal 2025-03-21 10:15:42 -06:00
parent f1e2911c0a
commit 3fd040b625
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ use crate::data_source_connections::{
get_sql_server_connection::get_sql_server_connection,
};
use anyhow::{anyhow, Result};
use database::enums::DataSourceType;
pub async fn test_data_source_connection(credential: &Credential) -> Result<()> {
match credential {