From 174b7bc20d0766655a63abf93d9dc448623a7151 Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Fri, 4 Oct 2024 10:20:49 -0700 Subject: [PATCH] bugfix --- djconnectwise/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/djconnectwise/models.py b/djconnectwise/models.py index d8b5efb..753edd2 100644 --- a/djconnectwise/models.py +++ b/djconnectwise/models.py @@ -6,7 +6,6 @@ from django.conf import settings from django.core.exceptions import ObjectDoesNotExist from django.db import models -from django.db.models import Q from django.utils import timezone from django.utils.translation import gettext_lazy as _ from django_extensions.db.models import TimeStampedModel