mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
Sort imports correctly.
This commit is contained in:
parent
ef755e4c9d
commit
1a56ae8eb7
|
@ -6,8 +6,8 @@ import string
|
|||
from functools import wraps
|
||||
|
||||
from asgiref.inmemory import ChannelLayer as InMemoryChannelLayer
|
||||
from django.test.testcases import TestCase, TransactionTestCase
|
||||
from django.db import close_old_connections
|
||||
from django.test.testcases import TestCase, TransactionTestCase
|
||||
|
||||
from .. import DEFAULT_CHANNEL_LAYER
|
||||
from ..asgi import ChannelLayerWrapper, channel_layers
|
||||
|
|
Loading…
Reference in New Issue
Block a user