Skip to content

Commit 6caa3a1

Browse files
author
Valentijn Scholten
committed
ruff
1 parent cbaef4f commit 6caa3a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

unittests/test_auditlog.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Tests pghistory audit system configuration and event creation.
55
"""
66
import os
7-
from unittest.mock import MagicMock, patch
7+
from unittest.mock import patch
88

99
from django.apps import apps
1010
from django.conf import settings
@@ -13,7 +13,6 @@
1313
from dojo.auditlog import (
1414
configure_audit_system,
1515
configure_pghistory_triggers,
16-
register_django_pghistory_models,
1716
)
1817
from dojo.models import Product_Type
1918

0 commit comments

Comments
 (0)