Skip to content

Possible unnecessarily complex statement #1

@ducalpha

Description

@ducalpha

it is written that:

return True if self.action == self.positiveTerm else False

Is there any possibility that the above return value will be different from just return self.action == self.positiveTerm?

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