Yelp / kafka-utils

Apache License 2.0
314 stars 128 forks source link

Change import path for error classes #199 #200

Closed suknuk closed 5 years ago

suknuk commented 5 years ago

Even though there is a from kafka.errors import * at the end of the kafka/structs.py file to support legacy imports, the change to import from the actual class fixes my bug of unresolved imports. Fixes #199

88manpreet commented 5 years ago

Thanks @suknuk for noticing this. We included the fix as part of our latest version.