Skip to content

Commit

Permalink
docs: fix imports in readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurov Ilya authored Mar 4, 2020
1 parent 39b8837 commit 7decfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-datatransfer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ DataTransferServiceClient

.. code:: py
from google.cloud.bigquery import datatransfer_v1
from google.cloud import bigquery_datatransfer_v1
client = datatransfer_v1.DataTransferServiceClient()
client = bigquery_datatransfer_v1.DataTransferServiceClient()
parent = client.location_path('[PROJECT]', '[LOCATION]')
Expand Down

0 comments on commit 7decfbe

Please sign in to comment.