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

Commit

Permalink
chore: some lint fixes [(#3751)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
…les#3751)

* chore: some lint fixes

* longer timeout, more retries

* disable detect_test.py::test_async_detect_document
  • Loading branch information
Takashi Matsuo authored and busunkim96 committed Sep 1, 2020
1 parent db84745 commit 9ffb2da
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
# limitations under the License.

import os
import pytest
import uuid
import translate_v3_batch_translate_text_with_model

from google.cloud import storage
import pytest

import translate_v3_batch_translate_text_with_model


PROJECT_ID = os.environ["GCLOUD_PROJECT"]
MODEL_ID = "TRL3128559826197068699"
Expand Down

0 comments on commit 9ffb2da

Please sign in to comment.