Skip to content

Commit

Permalink
mysqlclient: Annotate Connect() return type (#12633)
Browse files Browse the repository at this point in the history
  • Loading branch information
skairunner authored Sep 10, 2024
1 parent 65170f4 commit 9d6fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/mysqlclient/MySQLdb/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ DATETIME: Incomplete
ROWID: Incomplete

def Binary(x): ...
def Connect(*args, **kwargs): ...
def Connect(*args, **kwargs) -> Connection: ...

connect = Connect

0 comments on commit 9d6fc1d

Please sign in to comment.