Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
Meiyim committed Aug 28, 2019
1 parent 314713f commit 63ff9d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reader/task_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
log = logging.getLogger(__name__)

if six.PY3:
from itertools import accumulate
import io
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
sys.stderr = io.TextIOWrapper(sys.stderr.buffer, encoding='utf-8')
Expand Down

0 comments on commit 63ff9d6

Please sign in to comment.