Skip to content

Commit 2361f44

Browse files
committed
lint
1 parent f8b5e8e commit 2361f44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appengine/flexible/tasks/create_app_engine_queue_task_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
import os
1616
import uuid
1717

18-
import create_app_engine_queue_task
1918
from google.cloud import tasks_v2
2019

20+
import create_app_engine_queue_task
21+
2122
TEST_PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
2223
TEST_LOCATION = os.getenv("TEST_QUEUE_LOCATION", "us-central1")
2324
TEST_QUEUE_NAME = f"my-appengine-queue-{uuid.uuid4()}"

0 commit comments

Comments
 (0)