Skip to content

Commit cdd369a

Browse files
Takashi Matsuobusunkim96
Takashi Matsuo
authored andcommitted
chore: some lint fixes [(#3751)](#3751)
* chore: some lint fixes * longer timeout, more retries * disable detect_test.py::test_async_detect_document
1 parent 75c121b commit cdd369a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

translation/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)