Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Feb 14, 2019
1 parent de016df commit 8f66288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 8f66288

Please sign in to comment.