Skip to content

Commit

Permalink
use apply from compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jul 15, 2015
1 parent 90b6489 commit 0723a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from itertools import count
from operator import getitem

from ..compatibility import BytesIO, unicode, range
from ..compatibility import BytesIO, unicode, range, apply
from ..utils import textblock
from .. import array as da

Expand Down

0 comments on commit 0723a77

Please sign in to comment.