bundlewrap / bundlewrap

Consider using all PY-W0075
Anti-pattern
Major
6 months ago2 years old
Loop can be refactored to use all
 97
 98
 99def _empty_row(row):
100    for column_value in row:101        if column_value != ROW_SEPARATOR and column_value.strip():
102            return False
103    return True