Skip to content

Commit e73a936

Browse files
committed
format
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent ac150eb commit e73a936

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

rabbitmq_amqp_python_client/qpid/proton/_tracing.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232

3333
import proton
3434
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
3937

4038
_tracer = None
4139
_trace_key = proton.symbol("x-opt-qpid-tracestate")

rabbitmq_amqp_python_client/qpid/proton/_transport.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@
139139

140140
if 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

146145
class TraceAdapter:

0 commit comments

Comments
 (0)