Remove duplicate import in linear_equations.py (#19990)
The line `from tensorflow.python.ops import linalg_ops`
in linear_equations.py is a duplicate from the previous
line. This fix removes the duplicate import.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment