Skip to content

Commit 7c5bb8a

Browse files
committed
fix linters
1 parent 724f6a1 commit 7c5bb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_common/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def wrap_set_name_for_asyncio_task(task: asyncio.Task, task_name: str) -> asynci
3636
return task
3737

3838
else:
39-
39+
4040
def wrap_set_name_for_asyncio_task(task: asyncio.Task, task_name: str) -> asyncio.Task:
4141
task.set_name(task_name)
4242
return task

0 commit comments

Comments
 (0)