mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
mysqlclient: Annotate Connect() return type (#12633)
This commit is contained in:
@@ -46,6 +46,6 @@ DATETIME: Incomplete
|
||||
ROWID: Incomplete
|
||||
|
||||
def Binary(x): ...
|
||||
def Connect(*args, **kwargs): ...
|
||||
def Connect(*args, **kwargs) -> Connection: ...
|
||||
|
||||
connect = Connect
|
||||
|
||||
Reference in New Issue
Block a user