Skip to content

Commit 9d1bba9

Browse files
authored
samples: moves region tag to include import statement (#186)
Moves region tag so that import statements are within code snippet.
1 parent 503978f commit 9d1bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_ai/snippets/quickstart_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414
#
1515

16-
from google.cloud import documentai_v1 as documentai
1716

1817
# [START documentai_quickstart]
18+
from google.cloud import documentai_v1 as documentai
1919

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

0 commit comments

Comments
 (0)