Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MagicMockFuture inherit from concurrent.futures.Future not _asyncio.F…
…uture MockFuture created from inherit the `_asyncio.Future` cause an unexpected exception. Simply inherit it from `concurrent.futures.FUture` to resolve it.
- Loading branch information