Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2d94e8

Browse filesBrowse files
committed
no f strings
1 parent 5f08473 commit c2d94e8
Copy full SHA for c2d94e8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/flexible/tasks/create_app_engine_queue_task_test.py

Copy file name to clipboardExpand all lines: appengine/flexible/tasks/create_app_engine_queue_task_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
TEST_PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
2020
TEST_LOCATION = os.getenv("TEST_QUEUE_LOCATION", "us-central1")
21-
TEST_QUEUE_NAME = f"my-static-appengine-queue"
21+
TEST_QUEUE_NAME = "my-static-appengine-queue"
2222

2323

2424
def test_create_task():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.