diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2019-08-21 18:47:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 18:47:22 -0700 |
commit | e49caeb3ebdd36eb4d18a517bc402f8e89dfdbee (patch) | |
tree | e29f121c7979c96b9850cd3633d2ecb54d340657 /test/test_protocol.py | |
parent | 5bc25292b8bb5b20ba2fff481fdc77b9909d0831 (diff) | |
download | kafka-python-e49caeb3ebdd36eb4d18a517bc402f8e89dfdbee.tar.gz |
Minor test cleanup (#1885)
Remove unused import, whitespace, etc. No functional changes, just
cleaning it up so the diffs of later changes are cleaner.
Diffstat (limited to 'test/test_protocol.py')
-rw-r--r-- | test/test_protocol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_protocol.py b/test/test_protocol.py index 7abcefb..e295174 100644 --- a/test/test_protocol.py +++ b/test/test_protocol.py @@ -3,7 +3,6 @@ import io import struct import pytest -from kafka.vendor import six from kafka.protocol.api import RequestHeader from kafka.protocol.commit import GroupCoordinatorRequest |