Skip to content

Commit d2dfbee

Browse files
Add 'cast' to import statements in collection.py
1 parent b3cd6da commit d2dfbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-firestore/google/cloud/firestore_v1

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

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

1717
from __future__ import annotations
1818

19-
from typing import TYPE_CHECKING, Any, Callable, Generator, Optional, Tuple, Union
19+
from typing import TYPE_CHECKING, Any, Callable, Generator, Optional, Tuple, Union, cast
2020

2121
from google.api_core import gapic_v1
2222
from google.api_core import retry as retries

0 commit comments

Comments
 (0)