diff options
Diffstat (limited to 'benchmarks/varint_speed.py')
-rw-r--r-- | benchmarks/varint_speed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/varint_speed.py b/benchmarks/varint_speed.py index 2c5cd62..624a12a 100644 --- a/benchmarks/varint_speed.py +++ b/benchmarks/varint_speed.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from __future__ import print_function import perf -import six +from kafka.vendor import six test_data = [ |