-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.
Description
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
- Search the issues already opened: https://github.com/googleapis/python-firestore/issues
- Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python
If you are still having issues, please be sure to include as much information as possible:
- identation issue
- and lambda function should
not in
Environment details
- OS type and version:
arch ( linux) - Python version:
python 3.8.10 - pip version:
pip 20.0.2 google-cloud-firestoreversion:pip show google-cloud-firestore
Steps to reproduce
- fixed indentation
- fixed lambda function
Code example
from
lambda a: not a.keyword.value in self.CTRL_PARAMS,to
lambda a: a.keyword.value not in self.CTRL_PARAMS,Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Metadata
Metadata
Assignees
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.