We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecbbeb commit 172afedCopy full SHA for 172afed
packages/google-cloud-firestore/google/cloud/firestore_v1/base_pipeline.py
@@ -37,6 +37,7 @@
37
if TYPE_CHECKING: # pragma: NO COVER
38
from google.cloud.firestore_v1.async_client import AsyncClient
39
from google.cloud.firestore_v1.client import Client
40
+ from google.cloud.firestore_v1.types.document import Value
41
42
_T = TypeVar("_T", bound="_BasePipeline")
43
0 commit comments