We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7531f commit bebb39aCopy full SHA for bebb39a
2 files changed
packages/google-cloud-firestore/tests/unit/v1/test_async_pipeline.py
@@ -451,7 +451,6 @@ def test_async_pipeline_aggregate_with_groups():
451
452
453
def test_async_pipeline_raw_stage_with_options():
454
- from google.cloud.firestore_v1.base_vector_query import Field
455
from google.cloud.firestore_v1.pipeline_stages import RawStage
456
457
start_ppl = _make_async_pipeline()
packages/google-cloud-firestore/tests/unit/v1/test_pipeline.py
@@ -442,7 +442,6 @@ def test_pipeline_aggregate_with_groups():
442
443
444
def test_pipeline_raw_stage_with_options():
445
446
447
448
start_ppl = _make_pipeline()
0 commit comments