We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbaef4f commit 6caa3a1Copy full SHA for 6caa3a1
1 file changed
unittests/test_auditlog.py
@@ -4,7 +4,7 @@
4
Tests pghistory audit system configuration and event creation.
5
"""
6
import os
7
-from unittest.mock import MagicMock, patch
+from unittest.mock import patch
8
9
from django.apps import apps
10
from django.conf import settings
@@ -13,7 +13,6 @@
13
from dojo.auditlog import (
14
configure_audit_system,
15
configure_pghistory_triggers,
16
- register_django_pghistory_models,
17
)
18
from dojo.models import Product_Type
19
0 commit comments