mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
hdbcli: Fix wrong connection argument name (#10070)
The name should be `user` and not `username`
This commit is contained in:
@@ -18,7 +18,7 @@ class Connection:
|
||||
self,
|
||||
address: str,
|
||||
port: int,
|
||||
username: str,
|
||||
user: str,
|
||||
password: str,
|
||||
autocommit: bool = ...,
|
||||
packetsize: int | None = ...,
|
||||
|
||||
Reference in New Issue
Block a user