Skip to content

Commit

Permalink
fix: broken import (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Feb 13, 2024
1 parent 6a0cdbb commit 11b35e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a_sync/utils/gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class tqdm_asyncio: # type: ignore [no-redef]
async def gather(*args, **kwargs):
raise ImportError("You must have tqdm installed in order to use this feature")

from a_sync._typing import *
from a_sync.utils.as_completed import as_completed_mapping

T = TypeVar('T')
Expand Down

0 comments on commit 11b35e6

Please sign in to comment.