Skip to content

Commit cbb0236

Browse files
committed
using asyncio api
1 parent 3babb69 commit cbb0236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/evaluation/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from __future__ import absolute_import, print_function, unicode_literals
22

3-
import asyncio
43
import warnings
54

65
from wolframclient.language import wlexpr
76
from wolframclient.language.expression import WLFunction
87
from wolframclient.utils import six
8+
from wolframclient.utils.api import asyncio
99
from wolframclient.utils.functional import map
1010

1111

0 commit comments

Comments
 (0)