From c666b4e251757b827d52d62f9d4a18ab5e728897 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 28 May 2018 15:58:26 -0700 Subject: Don't use `kafka.common` internally This finishes the split from `kafka.common` to `kafka.errors`/`kafka.structs`. --- test/test_conn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_conn.py') diff --git a/test/test_conn.py b/test/test_conn.py index fbdeeb9..27d77be 100644 --- a/test/test_conn.py +++ b/test/test_conn.py @@ -13,7 +13,7 @@ from kafka.protocol.api import RequestHeader from kafka.protocol.metadata import MetadataRequest from kafka.protocol.produce import ProduceRequest -import kafka.common as Errors +import kafka.errors as Errors @pytest.fixture -- cgit v1.2.1