Remove unused mock import from test_ai_deletion_manager.py

Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-12 14:03:08 +00:00
parent d31bdaaab8
commit b86f541a0d

View file

@ -12,7 +12,6 @@ Tests cover:
"""
from datetime import datetime
from unittest import mock
from django.contrib.auth.models import User
from django.test import TestCase