mirror of
https://github.com/django/daphne.git
synced 2025-07-30 00:49:44 +03:00
Sort imports in message.py
This commit is contained in:
parent
93d75f242c
commit
b6a115e431
|
@ -1,8 +1,8 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import time
|
|
||||||
import threading
|
import threading
|
||||||
|
import time
|
||||||
|
|
||||||
from .channel import Channel
|
from .channel import Channel
|
||||||
from .signals import consumer_finished, consumer_started
|
from .signals import consumer_finished, consumer_started
|
||||||
|
|
Loading…
Reference in New Issue
Block a user