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

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommliu authored Apr 24, 2020
1 parent 33fd046 commit 7fbc1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/symbol/numpy/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import numpy as _np
from . import _symbol
from . import _op as _mx_sym_np
from . import _op as _mx_sym_np # pylint: disable=unused-import
from . import _internal as _npi

__all__ = ['norm', 'svd', 'cholesky', 'qr', 'inv', 'det', 'slogdet', 'solve', 'tensorinv', 'tensorsolve',
Expand Down

0 comments on commit 7fbc1e0

Please sign in to comment.