From 9c5899cf99af8e41da5d3c2b456d81f7a570f8f0 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 11 Nov 2024 10:46:07 -0800 Subject: [PATCH] remove unused import --- auditlog_tests/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auditlog_tests/tests.py b/auditlog_tests/tests.py index ae6d5bc..3271456 100644 --- a/auditlog_tests/tests.py +++ b/auditlog_tests/tests.py @@ -47,7 +47,6 @@ from auditlog_tests.models import ( ManyRelatedModel, ManyRelatedOtherModel, ModelForReusableThroughModel, - OtherModelForReusableThroughModel, ReusableThroughRelatedModel, ModelPrimaryKeyModel, NoDeleteHistoryModel,