From e151529078d53deca6254dee5b80e41e01226a7f Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Mon, 25 Aug 2014 10:15:16 -0700 Subject: Add pylint to tox.ini; test both kafka and test; default to error-checking only; fixup errors; skip kafka/queue.py --- test/test_client.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/test_client.py') diff --git a/test/test_client.py b/test/test_client.py index fe9beff..32a2256 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -1,6 +1,3 @@ -import os -import random -import struct import unittest2 from mock import MagicMock, patch @@ -11,9 +8,7 @@ from kafka.common import ( TopicAndPartition, KafkaUnavailableError, LeaderUnavailableError, PartitionUnavailableError ) -from kafka.protocol import ( - create_message, KafkaProtocol -) +from kafka.protocol import create_message class TestKafkaClient(unittest2.TestCase): def test_init_with_list(self): -- cgit v1.2.1