Skip to content

Commit bebb39a

Browse files
committed
removed unneeded import
1 parent ac7531f commit bebb39a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/google-cloud-firestore/tests/unit/v1/test_async_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ def test_async_pipeline_aggregate_with_groups():
451451

452452

453453
def test_async_pipeline_raw_stage_with_options():
454-
from google.cloud.firestore_v1.base_vector_query import Field
455454
from google.cloud.firestore_v1.pipeline_stages import RawStage
456455

457456
start_ppl = _make_async_pipeline()

packages/google-cloud-firestore/tests/unit/v1/test_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ def test_pipeline_aggregate_with_groups():
442442

443443

444444
def test_pipeline_raw_stage_with_options():
445-
from google.cloud.firestore_v1.base_vector_query import Field
446445
from google.cloud.firestore_v1.pipeline_stages import RawStage
447446

448447
start_ppl = _make_pipeline()

0 commit comments

Comments
 (0)