mirror of
https://github.com/django/daphne.git
synced 2025-07-10 08:02:16 +03:00
Change to more precise TestCase import
This commit is contained in:
parent
e451ea4d69
commit
cf9d7d6f76
|
@ -1,4 +1,4 @@
|
|||
from django.test import TestCase
|
||||
from django.test.testcases import TestCase
|
||||
from channels import DEFAULT_CHANNEL_LAYER
|
||||
from channels.asgi import channel_layers, ChannelLayerWrapper
|
||||
from channels.message import Message
|
||||
|
|
Loading…
Reference in New Issue
Block a user