mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-17 11:16:40 +08:00
BUG: itemgetter is in operator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user