From 3cd740b9b940bfa51b090051c2fb85ab87e11f30 Mon Sep 17 00:00:00 2001 From: Rafi Long Date: Tue, 28 Jul 2020 15:51:06 -0500 Subject: [PATCH] rebase: v2-staging --- tests/unit/v1/test_async_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/v1/test_async_client.py b/tests/unit/v1/test_async_client.py index 16dc2e4da..8a6527175 100644 --- a/tests/unit/v1/test_async_client.py +++ b/tests/unit/v1/test_async_client.py @@ -18,7 +18,7 @@ import aiounittest import mock -from tests.unit.v1.test__helpers import AsyncMock +from tests.unit.v1.test__helpers import AsyncMock, AsyncIter class TestAsyncClient(aiounittest.AsyncTestCase):