-
- Downloads
py/objstr: Remove unnecessary check for positive splits variable.
At this point in the code the variable "splits" is guaranteed to be positive due to the check for "splits == 0" above it.
Loading
Please register or sign in to comment
At this point in the code the variable "splits" is guaranteed to be positive due to the check for "splits == 0" above it.