Skip to content

Remove use of deprecated function

James White requested to merge fix-reserve-ids into master

Removes the use of google.cloud.datastore.client.reserve_idsin favor ofgoogle.cloud.datastore.client.reserve_ids_sequential`

The former throws an exception due to stray comma in the logging call :-)

Merge request reports