mirror of https://github.com/buster-so/buster.git
unused dep
This commit is contained in:
parent
f1e2911c0a
commit
3fd040b625
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue