From 0942d1439a693e3ea9ec1bc82138d7d7f21a5ea0 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:48:56 -0400 Subject: [PATCH] chore: remove create_task from `a_sync.task.__all__` (#352) Import it from `a_sync.asyncio` instead --- a_sync/task.py | 1 - 1 file changed, 1 deletion(-) diff --git a/a_sync/task.py b/a_sync/task.py index 576bb848..ea08c476 100644 --- a/a_sync/task.py +++ b/a_sync/task.py @@ -860,7 +860,6 @@ async def __aiter__(self) -> AsyncIterator[V]: __all__ = [ - "create_task", "TaskMapping", "TaskMappingKeys", "TaskMappingValues",