Skip to content

Commit

Permalink
rollback to process executor for copy/transform data
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Nov 21, 2018
1 parent 7e7aba9 commit 0f5a95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun/log/logclient_operator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .logexception import LogException
import six
import json
from concurrent.futures import ThreadPoolExecutor as ProcessPoolExecutor, as_completed
from concurrent.futures import ProcessPoolExecutor, as_completed
import multiprocessing
from .logresponse import LogResponse
from json import JSONEncoder
Expand Down

0 comments on commit 0f5a95e

Please sign in to comment.