Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Aug 30, 2017
1 parent 0edbbc2 commit 15c1e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dask/dataframe/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import collections
import itertools as it
import operator
import warnings

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions dask/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ class itemgetter(object):
serializable
"""
__slots__ = ('index',)

def __init__(self, index):
self.index = index

Expand Down

0 comments on commit 15c1e73

Please sign in to comment.