Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
AsyncGenerator,
Awaitable,
Callable,
Concatenate,
Generic,
Optional,
ParamSpec,
TypeVar,
)

from google.api_core import exceptions, gapic_v1
from google.api_core import retry_async as retries
from typing_extensions import Concatenate, ParamSpec, TypeVar

from google.cloud.firestore_v1 import _helpers, async_batch
from google.cloud.firestore_v1.async_document import AsyncDocumentReference
Expand Down
Loading