Skip to content

Commit b66fd83

Browse files
authored
Apply suggestions from code review
1 parent 2327ecc commit b66fd83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

discoveryengine/documents_sample_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
import os
1717

18-
import pytest
19-
2018
from discoveryengine import import_documents_sample
2119
from discoveryengine import list_documents_sample
2220
from discoveryengine import purge_documents_sample
2321

22+
import pytest
23+
2424
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
2525
location = "global"
2626
data_store_id = "test-structured-data-engine"

0 commit comments

Comments
 (0)