浏览代码

chore: remove unused `native_tls` import from `cdk-postgres`

asmo 2 月之前
父节点
当前提交
6454a33509
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      crates/cdk-postgres/src/lib.rs

+ 0 - 1
crates/cdk-postgres/src/lib.rs

@@ -10,7 +10,6 @@ use cdk_sql_common::pool::{DatabaseConfig, DatabasePool};
 use cdk_sql_common::stmt::{Column, Statement};
 use cdk_sql_common::{SQLMintDatabase, SQLWalletDatabase};
 use db::{pg_batch, pg_execute, pg_fetch_all, pg_fetch_one, pg_pluck};
-use native_tls;
 use native_tls::TlsConnector;
 use postgres_native_tls::MakeTlsConnector;
 use tokio::sync::{Mutex, Notify};