Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit fc3137a

Browse files
author
Takashi Matsuo
authored
chore: some lint fixes [(#3751)](GoogleCloudPlatform/python-docs-samples#3751)
* chore: some lint fixes * longer timeout, more retries * disable detect_test.py::test_async_detect_document
1 parent 1a45813 commit fc3137a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

samples/snippets/translate_v3_batch_translate_text_with_model_test.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
# limitations under the License.
1414

1515
import os
16-
import pytest
1716
import uuid
18-
import translate_v3_batch_translate_text_with_model
17+
1918
from google.cloud import storage
19+
import pytest
20+
21+
import translate_v3_batch_translate_text_with_model
22+
2023

2124
PROJECT_ID = os.environ["GCLOUD_PROJECT"]
2225
MODEL_ID = "TRL3128559826197068699"

0 commit comments

Comments
 (0)