Skip to content

Commit eee827e

Browse files
committed
remove unused typing
1 parent a515903 commit eee827e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-firestore/google/cloud/firestore_v1/pipeline_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from __future__ import annotations
2121

22-
from typing import Mapping, Generic, TypeVar, TYPE_CHECKING
22+
from typing import Generic, TypeVar, TYPE_CHECKING
2323

2424
from google.cloud.firestore_v1 import pipeline_stages as stages
2525
from google.cloud.firestore_v1._helpers import DOCUMENT_PATH_DELIMITER

0 commit comments

Comments
 (0)