Skip to content

Commit 29cda8c

Browse files
authored
Merge pull request #312 from minos-framework/restyled/283-create-rabbitmq-plugin
Restyle #283 - Create RabbitMQ plugin
2 parents 71ac284 + 5b1c554 commit 29cda8c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
)
1616

1717
from minos.common import (
18-
MinosConfig, Config,
18+
Config,
19+
MinosConfig,
1920
)
2021
from minos.networks import (
2122
BrokerMessage,

packages/plugins/minos-broker-rabbitmq/tests/test_rabbitmq/test_publisher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import aio_pika
88

99
from minos.common import (
10-
MinosConfig, Config,
10+
Config,
11+
MinosConfig,
1112
)
1213
from minos.networks import (
1314
BrokerMessage,

packages/plugins/minos-broker-rabbitmq/tests/test_rabbitmq/test_subscriber.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
)
1010

1111
from minos.common import (
12-
MinosConfig, Config,
12+
Config,
13+
MinosConfig,
1314
)
1415
from minos.networks import (
1516
BrokerMessageV1,

0 commit comments

Comments
 (0)