Skip to content

Commit 82b9fc5

Browse files
committed
Made small use corrections
1 parent c793b32 commit 82b9fc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/driver/connection.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ use crate::{
99
exceptions::rust_errors::{PSQLPyResult, RustPSQLDriverError},
1010
format_helpers::quote_ident,
1111
query_result::{PSQLDriverPyQueryResult, PSQLDriverSinglePyQueryResult},
12-
runtime::{rustdriver_future, tokio_runtime},
12+
runtime::tokio_runtime,
1313
};
1414

1515
use super::{
1616
common_options::{LoadBalanceHosts, SslMode, TargetSessionAttrs},
17-
connection_pool::{connect_pool, ConnectionPool},
17+
connection_pool::connect_pool,
1818
cursor::Cursor,
1919
inner_connection::PsqlpyConnection,
2020
transaction::Transaction,
2121
transaction_options::{IsolationLevel, ReadVariant, SynchronousCommit},
22-
utils::build_connection_config,
2322
};
2423

2524
/// Make new connection pool.

0 commit comments

Comments
 (0)