diff --git a/python/mxnet/runtime.py b/python/mxnet/runtime.py index 68a157611081..7ef5e1943072 100644 --- a/python/mxnet/runtime.py +++ b/python/mxnet/runtime.py @@ -22,8 +22,8 @@ """runtime querying of compile time features in the native library""" import ctypes -from .base import _LIB, check_call import collections +from .base import _LIB, check_call class Feature(ctypes.Structure): """