2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Add missing exceptions import

exc was not imported
This commit is contained in:
Jarrod Johnson 2018-03-06 11:24:59 -05:00
parent 3ae7d85820
commit 7593d21a87

View File

@ -16,6 +16,7 @@
# this will implement noderange grammar
import confluent.exceptions as exc
import codecs
import struct
import eventlet.green.socket as socket