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 3232
3333import proton
3434from 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
3937
4038_tracer = None
4139_trace_key = proton .symbol ("x-opt-qpid-tracestate" )
Original file line number Diff line number Diff line change 139139
140140if TYPE_CHECKING :
141141 from ._condition import Condition
142- from ._endpoints import \
143- Connection # would produce circular import
142+ from ._endpoints import Connection # would produce circular import
144143
145144
146145class TraceAdapter :
You can’t perform that action at this time.
0 commit comments