Skip to content

Commit d8a24f8

Browse files
authored
Firestore: fix delete conformance (#6559)
* Enable 'set-del' conformance tests, and fix. * Enable 'update-del' conformance tests, and fix.
1 parent b7e2e49 commit d8a24f8

File tree

9 files changed

+1232
-1574
lines changed

9 files changed

+1232
-1574
lines changed

google/cloud/firestore_v1beta1/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
from google.cloud.firestore_v1beta1 import types
2121
from google.cloud.firestore_v1beta1._helpers import GeoPoint
22+
from google.cloud.firestore_v1beta1._helpers import ExistsOption
23+
from google.cloud.firestore_v1beta1._helpers import LastUpdateOption
2224
from google.cloud.firestore_v1beta1._helpers import ReadAfterWriteError
25+
from google.cloud.firestore_v1beta1._helpers import WriteOption
2326
from google.cloud.firestore_v1beta1.batch import WriteBatch
2427
from google.cloud.firestore_v1beta1.client import Client
25-
from google.cloud.firestore_v1beta1.client import ExistsOption
26-
from google.cloud.firestore_v1beta1.client import LastUpdateOption
27-
from google.cloud.firestore_v1beta1.client import WriteOption
2828
from google.cloud.firestore_v1beta1.collection import CollectionReference
2929
from google.cloud.firestore_v1beta1.constants import DELETE_FIELD
3030
from google.cloud.firestore_v1beta1.constants import SERVER_TIMESTAMP

0 commit comments

Comments
 (0)