Skip to content

Commit

Permalink
chore: remove create_task from a_sync.task.__all__ (#352)
Browse files Browse the repository at this point in the history
Import it from `a_sync.asyncio` instead
  • Loading branch information
BobTheBuidler authored Nov 15, 2024
1 parent 034bbdc commit 0942d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion a_sync/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ async def __aiter__(self) -> AsyncIterator[V]:


__all__ = [
"create_task",
"TaskMapping",
"TaskMappingKeys",
"TaskMappingValues",
Expand Down

0 comments on commit 0942d14

Please sign in to comment.