mirror of
https://github.com/django/daphne.git
synced 2025-07-29 00:19:45 +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
|
||||
|
||||
import copy
|
||||
import time
|
||||
import threading
|
||||
import time
|
||||
|
||||
from .channel import Channel
|
||||
from .signals import consumer_finished, consumer_started
|
||||
|
|
Loading…
Reference in New Issue
Block a user