Showing 26 of 26 total issues
Avoid too many return
statements within this function. Open
Open
return delimiter.join(list(map(str, item[key])))
Avoid too many return
statements within this function. Open
Open
return item[key]
Avoid too many return
statements within this function. Open
Open
return ("{name} moved {count} items".format(
Avoid too many return
statements within this function. Open
Open
return delimiter.join(item[key])
Avoid too many return
statements within this function. Open
Open
return set(row[key].split(delimiter))
Avoid too many return
statements within this function. Open
Open
return set(list(map(Decimal, row[key].split(delimiter))))