Skip to content
Snippets Groups Projects
Commit 76ae7db8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

cleanup

parent c47ff55e
No related branches found
No related tags found
No related merge requests found
......@@ -2,17 +2,13 @@
"""
Core objects used in CoolAMQP
"""
import threading
import uuid
import six
import logging
import warnings
import concurrent.futures
from coolamqp.framing.definitions import BasicContentPropertyList as MessageProperties
__all__ = ('Message', 'ReceivedMessage', 'MessageProperties', 'Queue', 'Exchange', 'Future')
logger = logging.getLogger(__name__)
EMPTY_PROPERTIES = MessageProperties()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment