DomainTools/python_api

Async not Python 3.7 compatible

jnwatson opened this issue · 1 comments

E       TypeError: 'async for' received an object from __aiter__ that does not implement __anext__: coroutine```

TLDR: Python 3.7 does not allow `async __aiter__` implementations.

I'll have a PR up shortly.

I've released version 0.3.0 that includes your fixes and resolves this issue.

Thank you again!

~Timothy