Skip to content

Commit ee5a795

Browse files
committed
oracle typing
1 parent b40a82f commit ee5a795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awswrangler/oracle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ def connect(
196196
dsn=connection_dsn,
197197
)
198198
# oracledb.connect does not have a call_timeout attribute, it has to be set separatly
199-
oracle_connection.call_timeout = call_timeout
200-
return oracle_connection # type: ignore[no-any-return]
199+
oracle_connection.call_timeout = call_timeout # type: ignore[assignment]
200+
return oracle_connection
201201

202202

203203
@overload

0 commit comments

Comments
 (0)