Commit 166f147a by Marcus Shawcroft Committed by Tianqi Chen

Stop pylint complaining about useless import alias. (#2655)

Recent pylint warngs about import renames with no effect.  Remove
them.
parent 16abe31c
......@@ -9,7 +9,7 @@ import time
from . import base
from ..contrib import util
from .._ffi.base import TVMError
from .._ffi import function as function
from .._ffi import function
from .._ffi import ndarray as nd
from ..module import load as _load_module
......
......@@ -3,7 +3,7 @@
from __future__ import absolute_import as _abs
import tvm
from topi import util as util
from topi import util
from .environment import get_env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment