Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datastore) Add support for geoPointValue #88

Merged
merged 1 commit into from
Jul 22, 2019

Conversation

KevinGDialpad
Copy link
Contributor

The Python3-only and async version of talkiq/gcloud-rest#40 with @TheKevJames' comments addressed!

@KevinGDialpad KevinGDialpad requested a review from a team as a code owner July 22, 2019 18:08
@ghost ghost requested a review from shaundialpad July 22, 2019 18:08
Copy link
Member

@TheKevJames TheKevJames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than the duplicated dict insert. Thanks for porting this over!

@@ -82,5 +85,6 @@ def _infer_type(self, value: Any) -> TypeName:
def _get_supported_types(cls):
return {
**TYPES,
LatLng: TypeName.GEOPOINT,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already in TYPES, no need to re-add it here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha, believe it or not, I have this change locally but it didn't make it into the commit! Amending now

@TheKevJames TheKevJames merged commit 3dd9ecd into talkiq:master Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants