I am coding python script using vscode with extensions of Python and Pylance. I met a problem as the picture below
there are two same resolution results at the same time, and not only for the import; any other place like resolving variables, modules and functions, there are always two same results.
If forbidding Pylance, there will be no resolution. So I wonder how to fix this problem.