Skip to content

Commit

Permalink
samples: moves region tag to include import statement (#186)
Browse files Browse the repository at this point in the history
Moves region tag so that import statements are within code snippet.
  • Loading branch information
Eric Schmidt committed Jul 28, 2021
1 parent 503978f commit 9d1bba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_ai/snippets/quickstart_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.
#

from google.cloud import documentai_v1 as documentai

# [START documentai_quickstart]
from google.cloud import documentai_v1 as documentai

# TODO(developer): Uncomment these variables before running the sample.
# project_id= 'YOUR_PROJECT_ID'
Expand Down

0 comments on commit 9d1bba9

Please sign in to comment.