mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
mypy: Add types-psycopg2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5c90522e69
commit
09564e95ac
@@ -149,7 +149,7 @@ def queries_captured(
|
||||
|
||||
def wrapper_execute(
|
||||
self: TimeTrackingCursor,
|
||||
action: Callable[[str, ParamsT], None],
|
||||
action: Callable[[Query, ParamsT], None],
|
||||
sql: Query,
|
||||
params: ParamsT,
|
||||
) -> None:
|
||||
|
||||
Reference in New Issue
Block a user