Sort imports in message.py

This commit is contained in:
Andrew Godwin 2017-05-30 10:10:06 -07:00
parent 93d75f242c
commit b6a115e431

View File

@ -1,8 +1,8 @@
from __future__ import unicode_literals
import copy
import time
import threading
import time
from .channel import Channel
from .signals import consumer_finished, consumer_started