We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724f6a1 commit 7c5bb8aCopy full SHA for 7c5bb8a
ydb/_topic_common/common.py
@@ -36,7 +36,7 @@ def wrap_set_name_for_asyncio_task(task: asyncio.Task, task_name: str) -> asynci
36
return task
37
38
else:
39
-
+
40
def wrap_set_name_for_asyncio_task(task: asyncio.Task, task_name: str) -> asyncio.Task:
41
task.set_name(task_name)
42
0 commit comments