Skip to content

Import with python #407

@Jacques2101

Description

@Jacques2101

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 postertriage-neededIssue is not triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions