Skip to content

Commit

Permalink
modified lint results
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonkk committed Dec 23, 2023
1 parent 3603290 commit 7cc4618
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ def wrap_taskgroup_create_task(method, instance, args, kwargs):
return method(*args, **kwargs)

_wrap(
asyncio.TaskGroup, "create_task", wrap_taskgroup_create_task # pylint: disable=no-member
asyncio.TaskGroup, # pylint: disable=no-member
"create_task",
wrap_taskgroup_create_task,
)

def trace_to_thread(self, func):
Expand Down

0 comments on commit 7cc4618

Please sign in to comment.