Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Jan 7, 2025
1 parent f8b5e8e commit 2361f44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
import os
import uuid

import create_app_engine_queue_task
from google.cloud import tasks_v2

import create_app_engine_queue_task

TEST_PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
TEST_LOCATION = os.getenv("TEST_QUEUE_LOCATION", "us-central1")
TEST_QUEUE_NAME = f"my-appengine-queue-{uuid.uuid4()}"
Expand Down

0 comments on commit 2361f44

Please sign in to comment.