Skip to content

Commit 7cb738c

Browse files
author
Sergio García Prado
committed
ISSUE #283
* Minor change.
1 parent 519010c commit 7cb738c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
BrokerPublisher,
1515
BrokerPublisherBuilder,
1616
)
17-
from minos.plugins.rabbitmq.common import (
17+
from .common import (
1818
RabbitMQBrokerBuilderMixin,
1919
)
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
BrokerSubscriber,
2323
BrokerSubscriberBuilder,
2424
)
25-
from minos.plugins.rabbitmq import (
25+
from .common import (
2626
RabbitMQBrokerBuilderMixin,
2727
)
2828

0 commit comments

Comments
 (0)