Increase security and reformat
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
from asgiref.sync import async_to_sync
|
||||
from django.test import TestCase
|
||||
from unittest.mock import patch
|
||||
|
||||
from core.messaging.ai import run_prompt
|
||||
from core.models import AI, AIRunLog, User
|
||||
|
||||
Reference in New Issue
Block a user