We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0cb75 commit a5b74f5Copy full SHA for a5b74f5
pulsar/__init__.py
@@ -48,7 +48,7 @@
48
import _pulsar
49
50
from _pulsar import Result, CompressionType, ConsumerType, InitialPosition, PartitionsRoutingMode, BatchingType, \
51
- LoggerLevel, BatchReceivePolicy, KeySharedPolicy, KeySharedMode, ProducerAccessMode, RegexSubscriptionMode, \
+ LoggerLevel, BatchReceivePolicy, KeySharedPolicy, KeySharedMode, ProducerAccessMode, RegexSubscriptionMode, \
52
DeadLetterPolicyBuilder # noqa: F401
53
54
from pulsar.__about__ import __version__
0 commit comments