From 5b82c06797e0980fe5a363da409582e6ebf55b1b Mon Sep 17 00:00:00 2001 From: Md Mahiuddin <68785084+mahiuddin-dev@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:42:39 +0000 Subject: [PATCH] fix pre commit issue --- tests/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils.py b/tests/utils.py index 037a19894..1755c8173 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,4 +1,5 @@ from operator import attrgetter + from django.core.exceptions import ObjectDoesNotExist from django.urls import NoReverseMatch