googleapis/python-ndb

Remove database argument to Model.get_by_id and .get_by_id_async

rwhogg opened this issue · 0 comments

rwhogg commented

We silently ignore the database argument in those methods; it was a mistake that they were included in the method signatures at all. We should fix this for the next major release.