BUG: itemgetter is in operator

This commit is contained in:
llllllllll
2015-09-10 11:53:23 -04:00
committed by jfkirk
parent fc8ea9b39b
commit 874abee1d8
+2 -2
View File
@@ -13,9 +13,9 @@
# limitations under the License.
from abc import ABCMeta
from functools import partial, itemgetter
from functools import partial
from numbers import Integral
from operator import getitem
from operator import getitem, itemgetter
import warnings
from logbook import Logger