File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
rabbitmq_amqp_python_client/qpid/proton Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 32
32
33
33
import proton
34
34
from proton import Sender as ProtonSender
35
- from proton .handlers import \
36
- IncomingMessageHandler as ProtonIncomingMessageHandler
37
- from proton .handlers import \
38
- OutgoingMessageHandler as ProtonOutgoingMessageHandler
35
+ from proton .handlers import IncomingMessageHandler as ProtonIncomingMessageHandler
36
+ from proton .handlers import OutgoingMessageHandler as ProtonOutgoingMessageHandler
39
37
40
38
_tracer = None
41
39
_trace_key = proton .symbol ("x-opt-qpid-tracestate" )
Original file line number Diff line number Diff line change 139
139
140
140
if TYPE_CHECKING :
141
141
from ._condition import Condition
142
- from ._endpoints import \
143
- Connection # would produce circular import
142
+ from ._endpoints import Connection # would produce circular import
144
143
145
144
146
145
class TraceAdapter :
You can’t perform that action at this time.
0 commit comments