fuanan
Results
2
issues of
fuanan
## Description Given an import that contains unused function, autoimport exits abnormally. ## Steps to reproduce Given the following code, ```python from sympy import * from sympy.parsing.sympy_parser import (parse_expr, standard_transformations,...
bug
## Description Given a piece of code containing at least one unused multiline import statement, autoimport exits abnormally. ## Steps to reproduce Given the following code: ```python from sympy import...
bug
wontfix