Skip to content

Commit

Permalink
Merge 186f662 into 755ee18
Browse files Browse the repository at this point in the history
  • Loading branch information
timworx committed Sep 13, 2018
2 parents 755ee18 + 186f662 commit 75efaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiostream/aiter_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import warnings
import functools
from collections import AsyncIterator
from collections.abc import AsyncIterator

__all__ = ['aiter', 'anext', 'await_', 'async_',
'is_async_iterable', 'assert_async_iterable',
Expand Down
2 changes: 1 addition & 1 deletion aiostream/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import inspect
import functools
from collections import AsyncIterable, Awaitable
from collections.abc import AsyncIterable, Awaitable

from .aiter_utils import AsyncIteratorContext
from .aiter_utils import aitercontext, assert_async_iterable
Expand Down

0 comments on commit 75efaf8

Please sign in to comment.