mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Complete psycopg2 (#10760)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
version = "2.9.*"
|
||||
upstream_repository = "https://github.com/psycopg/psycopg2"
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
partial_stub = false
|
||||
|
||||
@@ -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