Skip to content

Commit 75495d3

Browse files
committed
remove unused imports
1 parent 4e1e42c commit 75495d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pulsar/asyncio.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@
2525

2626
import asyncio
2727
import functools
28-
from typing import Any, Callable, List, Union
28+
from typing import Any, List, Union
2929

3030
import _pulsar
3131
from _pulsar import (
3232
InitialPosition,
33-
CompressionType,
34-
PartitionsRoutingMode,
35-
BatchingType,
36-
ProducerAccessMode,
3733
RegexSubscriptionMode,
3834
ConsumerCryptoFailureAction,
3935
)

0 commit comments

Comments
 (0)