Skip to content

Commit ec9878b

Browse files
author
James William Pye
committed
No *args.
1 parent b8e1aa5 commit ec9878b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/driver/pq3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ def __init__(self,
22422242
self._socketcreators = (
22432243
self._socketcreator,
22442244
)
2245-
super().__init__(*args, **kw)
2245+
super().__init__(**kw)
22462246

22472247
class IP6(SocketConnector):
22482248
'Connector for establishing IPv6 connections'

0 commit comments

Comments
 (0)