Skip to content

Multiline statements not upgraded for f-strings (Py 3.6+) #178

Description

@taldcroft

It looks like multiline statements are not being upgraded for f-strings. For example this is not changed:

val = 1
'{}'.format(
    val)

But the one below does get changed:

val = 1
'{}'.format(val)

Is this expected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions