Skip to content

Commit

Permalink
chore: some lint fixes [(#3751)](#3751)
Browse files Browse the repository at this point in the history
* chore: some lint fixes

* longer timeout, more retries

* disable detect_test.py::test_async_detect_document
  • Loading branch information
Takashi Matsuo authored and dandhlee committed Nov 18, 2022
1 parent 22eddbc commit 6073314
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 6073314

Please sign in to comment.