ankostis / wltp

Statement not reachable on execution PYL-W0101
Anti-pattern
Critical
1 occurrence in this check
Unreachable code
607    """
608    return  ## FIXME: BREAK RULES oin advance of UPDATING them 2019
609
610    def apply_step_rules(rules, isStopOnFirstApplied):611        for t in t_range:
612            if GEARS[t - 1] != GEARS[t]:  ## All rules triggered by a gear-shift.
613                for rule in rules: