-
Notifications
You must be signed in to change notification settings - Fork 23
Closed as not planned
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededIssue is not triaged.Issue is not triaged.
Description
Hi,
I hope I am in the good place (I have contacted VSCode...).
I am trying to type this code:
import sys
import pandas as pd
sys.path.append(r'C:\Portef\utils')
from functions import lecture_bdd # type: ignore
but the line with from functions import lecture_bdd
is always copied in the 1st line as I am in auto-saved mode I suppose...So generate an error message.
The code that is automatically displayed is:
from functions import lecture_bdd # type: ignore
import sys
import pandas as pd
sys.path.append(r'C:\Portef\utils')
Is this a bug ???
thanks for your help
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededIssue is not triaged.Issue is not triaged.