jayvdb / sre-tools

Consider using all PY-W0075
Anti-pattern
Major
2 years ago2 years old
Loop can be refactored to use all
128        return False
129
130    if type_a is list:
131        for i, val in enumerate(a):132            if not _val_eq(val, b[i]):
133                return False
134        return True