mysqlclient: Annotate Connect() return type (#12633)

This commit is contained in:
Skye Im
2024-09-10 14:21:13 +02:00
committed by GitHub
parent 65170f4a2e
commit 9d6fc1dafd

View File

@@ -46,6 +46,6 @@ DATETIME: Incomplete
ROWID: Incomplete
def Binary(x): ...
def Connect(*args, **kwargs): ...
def Connect(*args, **kwargs) -> Connection: ...
connect = Connect