jayvdb / sre-tools

Positional arguments are out of order PYL-W1114
Style
Minor
2 years ago2 years old
Positional arguments appear to be out of order
107        assert type_b == list
108        return _val_eq(a.data, b)
109    elif type_b == SubPattern:
110        return _val_eq(b, a)111
112    if type_a != type_b:
113        return False