File tree Expand file tree Collapse file tree 8 files changed +779
-95
lines changed
google/cloud/firestore_v1 Expand file tree Collapse file tree 8 files changed +779
-95
lines changed Original file line number Diff line number Diff line change 17
17
from google .cloud .firestore_v1 import pipeline_stages as stages
18
18
from google .cloud .firestore_v1 .base_pipeline import _BasePipeline
19
19
20
- if TYPE_CHECKING :
20
+ if TYPE_CHECKING : # pragma: NO COVER
21
21
from google .cloud .firestore_v1 .async_client import AsyncClient
22
22
from google .cloud .firestore_v1 .pipeline_result import PipelineResult
23
23
from google .cloud .firestore_v1 .async_transaction import AsyncTransaction
Original file line number Diff line number Diff line change 26
26
)
27
27
from google .cloud .firestore_v1 import _helpers
28
28
29
- if TYPE_CHECKING :
29
+ if TYPE_CHECKING : # pragma: NO COVER
30
30
from google .cloud .firestore_v1 .client import Client
31
31
from google .cloud .firestore_v1 .async_client import AsyncClient
32
32
from google .cloud .firestore_v1 .types .firestore import ExecutePipelineResponse
Original file line number Diff line number Diff line change 17
17
from google .cloud .firestore_v1 import pipeline_stages as stages
18
18
from google .cloud .firestore_v1 .base_pipeline import _BasePipeline
19
19
20
- if TYPE_CHECKING :
20
+ if TYPE_CHECKING : # pragma: NO COVER
21
21
from google .cloud .firestore_v1 .client import Client
22
22
from google .cloud .firestore_v1 .pipeline_result import PipelineResult
23
23
from google .cloud .firestore_v1 .transaction import Transaction
Original file line number Diff line number Diff line change 18
18
from google .cloud .firestore_v1 .field_path import get_nested_value
19
19
from google .cloud .firestore_v1 .field_path import FieldPath
20
20
21
- if TYPE_CHECKING :
21
+ if TYPE_CHECKING : # pragma: NO COVER
22
22
from google .cloud .firestore_v1 .base_client import BaseClient
23
23
from google .cloud .firestore_v1 .base_document import BaseDocumentReference
24
24
from google .protobuf .timestamp_pb2 import Timestamp
Original file line number Diff line number Diff line change 18
18
from google .cloud .firestore_v1 .base_pipeline import _BasePipeline
19
19
from google .cloud .firestore_v1 ._helpers import DOCUMENT_PATH_DELIMITER
20
20
21
- if TYPE_CHECKING :
21
+ if TYPE_CHECKING : # pragma: NO COVER
22
22
from google .cloud .firestore_v1 .client import Client
23
23
from google .cloud .firestore_v1 .async_client import AsyncClient
24
24
You can’t perform that action at this time.
0 commit comments