Skip to content

Commit c307a3a

Browse files
committed
Add missing import
1 parent 7a1e227 commit c307a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_client_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import random
33
import socket
44
import time
5+
import unittest2
56

67
import kafka
78
from kafka.common import *

0 commit comments

Comments
 (0)