Skip to content

Commit 05dfb12

Browse files
style: format utils.py
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent 922e418 commit 05dfb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_gcp_tasks/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def ensure_queue(
3131
"""
3232
# We extract information from the queue path to make the public api simpler
3333
parsed_queue_path = client.parse_queue_path(path=path)
34-
location_args = {k: v for k, v in parsed_queue_path.items() if k in ('project', 'location')}
34+
location_args = {k: v for k, v in parsed_queue_path.items() if k in ("project", "location")}
3535
create_req = tasks_v2.CreateQueueRequest(
3636
parent=location_path(**location_args),
3737
queue=tasks_v2.Queue(name=path, **kwargs),

0 commit comments

Comments
 (0)