Skip to content

Commit bc735da

Browse files
committed
added sync.split local async class
1 parent 9167276 commit bc735da

File tree

3 files changed

+597
-324
lines changed

3 files changed

+597
-324
lines changed

splitio/optional/loaders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
try:
33
import asyncio
44
import aiohttp
5+
import aiofiles
56
except ImportError:
67
def missing_asyncio_dependencies(*_, **__):
78
"""Fail if missing dependencies are used."""

0 commit comments

Comments
 (0)