diff --git a/chat_box/models.py b/chat_box/models.py index 315073f..9c4d953 100644 --- a/chat_box/models.py +++ b/chat_box/models.py @@ -1,5 +1,4 @@ from asgiref.sync import async_to_sync -from channels.layers import get_channel_layer from django.db import models from django.db.models import CASCADE from django.utils.translation import gettext_lazy as _