Removed unneeded/unused line of code
The call to build(api, version, http) to setup the service stub is unneeded since the call to sample_tools.init above does that for the sample. Plus the build function was not imported from apiclient.discovery which causes this sample to not work at all.
Loading
Please sign in to comment