Skip to content

[BUG] - Remove comment and white space lines #100

Open
@hakancelikdev

Description

Code

# Python imports
import os

from typing import Union

# Local imports
from .pgen2 import token
from .pgen2 import driver

from .pgen2.grammar import Grammar
os, Union, driver, Grammar

Expected situation

 import os

 from typing import Union

# Local imports
-from .pgen2 import token
 from .pgen2 import driver

 from .pgen2.grammar import Grammar

os, Union, driver, Grammar

Actual situation

 import os

 from typing import Union
-
-# Local imports
-from .pgen2 import token
 from .pgen2 import driver

 from .pgen2.grammar import Grammar
os, Union, driver, Grammar

Metadata

Assignees

Labels

changelogChanges should be written to the changelog file.enhancementNew feature or requesttest

Projects

  • Status

    🆕 New

Relationships

None yet

Development

No branches or pull requests

Issue actions