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 4e1e42c commit 75495d3Copy full SHA for 75495d3
pulsar/asyncio.py
@@ -25,15 +25,11 @@
25
26
import asyncio
27
import functools
28
-from typing import Any, Callable, List, Union
+from typing import Any, List, Union
29
30
import _pulsar
31
from _pulsar import (
32
InitialPosition,
33
- CompressionType,
34
- PartitionsRoutingMode,
35
- BatchingType,
36
- ProducerAccessMode,
37
RegexSubscriptionMode,
38
ConsumerCryptoFailureAction,
39
)
0 commit comments