We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f6c7 commit 9cb5993Copy full SHA for 9cb5993
src/confluent_kafka/cimpl/__init__.py
@@ -10,7 +10,7 @@
10
if not name.startswith("__"):
11
globals()[name] = getattr(module, name)
12
break
13
- except ModuleNotFoundError:
+ except ImportError:
14
pass
15
16
if variant is None:
0 commit comments