File tree 4 files changed +3
-5
lines changed
rabbitmq_amqp_python_client
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
from .common import ExchangeType , QueueType
6
6
from .connection import Connection
7
7
from .consumer import Consumer
8
- from .converter import Converter
9
8
from .entities import (
10
9
ExchangeCustomSpecification ,
11
10
ExchangeSpecification ,
92
91
"ExchangeCustomSpecification" ,
93
92
"RecoveryConfiguration" ,
94
93
"OAuth2Options" ,
95
- "Converter" ,
96
94
]
Original file line number Diff line number Diff line change 2
2
AddressHelper ,
3
3
ArgumentOutOfRangeException ,
4
4
Connection ,
5
- Converter ,
6
5
Environment ,
7
6
QuorumQueueSpecification ,
8
7
)
8
+ from rabbitmq_amqp_python_client .utils import Converter
9
9
10
10
from .conftest import (
11
11
ConsumerTestException ,
Original file line number Diff line number Diff line change 5
5
ArgumentOutOfRangeException ,
6
6
Connection ,
7
7
ConnectionClosed ,
8
- Converter ,
9
8
Environment ,
10
9
Message ,
11
10
OutcomeState ,
14
13
StreamSpecification ,
15
14
ValidationCodeException ,
16
15
)
16
+ from rabbitmq_amqp_python_client .utils import Converter
17
17
18
18
from .http_requests import delete_all_connections
19
19
from .utils import create_binding , publish_per_message
Original file line number Diff line number Diff line change 7
7
from rabbitmq_amqp_python_client import (
8
8
AddressHelper ,
9
9
Connection ,
10
- Converter ,
11
10
Delivery ,
12
11
ExchangeSpecification ,
13
12
ExchangeToQueueBindingSpecification ,
17
16
Publisher ,
18
17
QuorumQueueSpecification ,
19
18
)
19
+ from rabbitmq_amqp_python_client .utils import Converter
20
20
21
21
22
22
def publish_messages (
You can’t perform that action at this time.
0 commit comments