mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-04 22:31:26 +08:00
Complete psycopg2 (#10760)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from collections.abc import Callable
|
||||
from typing import Any, TypeVar, overload
|
||||
|
||||
# connection and cursor not available at runtime
|
||||
from psycopg2 import errors as errors, extensions as extensions
|
||||
from psycopg2._psycopg import (
|
||||
BINARY as BINARY,
|
||||
DATETIME as DATETIME,
|
||||
|
||||
Reference in New Issue
Block a user