Skip to content

redundant code in setup.py #10

Description

@KonstToIT

I tried to understand some code in this project and one line seems strange:
dependency_links = [x.strip().replace('git+', '') for x in all_reqs \ if 'git+' not in x]
I think a part x.strip().replace('git+', '') is redundant and must be replaced by x.strip()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions