Skip to content

Unindented comments get malformed #1899

@mattmess1221

Description

@mattmess1221

isort version: 5.10.1

Unindented comments in an indented block seem to get cut off at the indent, which generates a syntax error.

Code:

import sys

if True:
# this will get cut off
    import os

Output:

import sys

if True:
is will get cut off
    import os

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions