Skip to content

Simplify a slice expression using -format option #38

Description

@incu6us

A slice expression of the form:
s[a:len(s)]
should be simplified to:
s[a:]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions