summaryrefslogtreecommitdiff
path: root/kafka/coordinator/assignors/range.py
Commit message (Collapse)AuthorAgeFilesLines
* A little python cleanup (#1805)Jeff Widman2019-05-171-4/+2
| | | | | | 1. Remove unused variable: `partitions_for_topic` 2. No need to cast to list as `sorted()` already returns a list 3. Using `enumerate()` is cleaner than `range(len())` and handles assigning `member`
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-2/+2
|
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* Vendor six 1.10.0sixDana Powers2016-08-011-1/+1
|
* Add RangePartitionAssignor (and use as default); add assignor testsrange_assignorDana Powers2016-02-161-0/+77