Skip to content

Commit 9a05678

Browse files
author
Sergio García Prado
committed
ISSUE #283
* Reformat code
1 parent 7cb738c commit 9a05678

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/plugins/minos-broker-rabbitmq/minos/plugins/rabbitmq/publisher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
BrokerPublisher,
1515
BrokerPublisherBuilder,
1616
)
17+
1718
from .common import (
1819
RabbitMQBrokerBuilderMixin,
1920
)

packages/plugins/minos-broker-rabbitmq/minos/plugins/rabbitmq/subscriber.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
BrokerSubscriber,
2323
BrokerSubscriberBuilder,
2424
)
25+
2526
from .common import (
2627
RabbitMQBrokerBuilderMixin,
2728
)

0 commit comments

Comments
 (0)