Skip to content

Commit 1505de0

Browse files
committed
polishing
1 parent bc735da commit 1505de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

splitio/optional/loaders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def missing_asyncio_dependencies(*_, **__):
1212
)
1313
aiohttp = missing_asyncio_dependencies
1414
asyncio = missing_asyncio_dependencies
15+
aiofiles = missing_asyncio_dependencies
1516

1617
async def _anext(it):
1718
return await it.__anext__()

0 commit comments

Comments
 (0)