Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with writing comments below "import libraries" #3

Open
JudySun233 opened this issue Jun 22, 2023 · 1 comment
Open

Problem with writing comments below "import libraries" #3

JudySun233 opened this issue Jun 22, 2023 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@JudySun233
Copy link
Collaborator

JudySun233 commented Jun 22, 2023

It is right now not supported to write comments directly after the import libraries codes.

For example, the following is not allowed:

import base64
#single line comment

There occurs problems with libraries ending with A-Za-z0-9_.

However, other ones work, e.g.

import base64" 
#single line comment

Adding comments anywhere else is allowed.

@JudySun233 JudySun233 added bug Something isn't working help wanted Extra attention is needed labels Jun 22, 2023
@janpaulpl
Copy link
Member

Fixed in 65f15b5

@janpaulpl janpaulpl reopened this Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants